2
0
mirror of https://github.com/tribufu/sdk-cpp synced 2025-06-20 14:54:35 +00:00

Fix linux build

This commit is contained in:
Werner
2023-12-03 13:23:32 -03:00
parent 11888e1572
commit 7297e2e383
5 changed files with 10 additions and 0 deletions

0
bootstrap.sh Normal file → 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
vendor/premake/linux/premake5 vendored Normal file → Executable file

0
vendor/premake/mac/premake5 vendored Normal file → Executable file