mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-16 14:44:21 +00:00
Fix linux build
This commit is contained in:
0
bootstrap.sh
Normal file → Executable file
0
bootstrap.sh
Normal file → Executable file
10
scripts/gmake.sh
Executable file
10
scripts/gmake.sh
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
|
# Linux (x86_64)
|
||||||
|
make config=debug_linux-x86_64
|
||||||
|
|
||||||
|
# Linux (i686)
|
||||||
|
make config=debug_linux-i686
|
||||||
|
|
||||||
|
# Linux (aarch64)
|
||||||
|
make config=debug_linux-aarch64
|
0
scripts/msbuild.ps1
Normal file → Executable file
0
scripts/msbuild.ps1
Normal file → Executable file
0
vendor/premake/linux/premake5
vendored
Normal file → Executable file
0
vendor/premake/linux/premake5
vendored
Normal file → Executable file
0
vendor/premake/mac/premake5
vendored
Normal file → Executable file
0
vendor/premake/mac/premake5
vendored
Normal file → Executable file
Reference in New Issue
Block a user