We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd136a commit a9aeb76Copy full SHA for a9aeb76
Dependencies/build_linux.sh
@@ -37,15 +37,13 @@ cd ../dotnet
37
dotnet publish Dependencies_Dotnet.sln -c Debug -o bin/Debug/net8.0
38
dotnet publish Dependencies_Dotnet.sln -c Release -o bin/Release/net8.0
39
40
-cd ../../GENie
41
-
42
-make
43
44
cd ../bgfx
45
46
-make GENIE=../GENie/bin/linux/genie projgen
+../bx/tools/bin/linux/genie --with-tools --with-shared-lib --os=linux --gc=linux-clang gmake
+
+make -j $(nproc) build-linux
47
48
-make GENIE=../GENie/bin/linux/genie tools -j $(nproc)
+make -j $(nproc) tools
49
50
mkdir -p ../../Tools/bin
51
0 commit comments