Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
KirisameMarisa committed Jan 21, 2024
1 parent a50d9cb commit 91a3e70
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ExternalTools/BuildScripts/build_flatbuffers_csharp.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
import config

def Build():
print("Cmake C# flatbuffers")
subprocess.call(["cmake", "-G", "Visual Studio 17", "-DCMAKE_BUILD_TYPE=Release"], cwd=config.cFlatBuffersPath)

print("Build C# flatbuffers")
flatbuffers_csproj_path = config.cFlatBuffersPath / "net" / "FlatBuffers" / "Google.FlatBuffers.csproj"
subprocess.call(["dotnet", "build", flatbuffers_csproj_path.resolve(), "-c", "Release"], cwd=config.cFlatBuffersPath)
Expand Down

0 comments on commit 91a3e70

Please sign in to comment.