Skip to content

Commit a9aeb76

Browse files
[Dependencies] Attempt to fix linux builds;
1 parent cfd136a commit a9aeb76

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Dependencies/build_linux.sh

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,13 @@ cd ../dotnet
3737
dotnet publish Dependencies_Dotnet.sln -c Debug -o bin/Debug/net8.0
3838
dotnet publish Dependencies_Dotnet.sln -c Release -o bin/Release/net8.0
3939

40-
cd ../../GENie
41-
42-
make
43-
4440
cd ../bgfx
4541

46-
make GENIE=../GENie/bin/linux/genie projgen
42+
../bx/tools/bin/linux/genie --with-tools --with-shared-lib --os=linux --gc=linux-clang gmake
43+
44+
make -j $(nproc) build-linux
4745

48-
make GENIE=../GENie/bin/linux/genie tools -j $(nproc)
46+
make -j $(nproc) tools
4947

5048
mkdir -p ../../Tools/bin
5149

0 commit comments

Comments
 (0)