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

10
scripts/gmake.sh Executable file
View 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
View File