Dennis
5d800b3964
Inject SDL2 specific flags into variables via pkgconf when available
...
SDL2 is only available at a non-default path on some systems. pkgconf, when installed, may help in those cases
2021-04-25 14:17:25 +02:00
Dennis
19a165cac7
Use cc instead of gcc and stop assuming bash's path
...
clang and gcc both expose cc, so that should be used.
bash doesn't have to be installed at /bin/bash, even on certain Linux distributions
2021-04-25 14:17:25 +02:00
rxi
1a82fd2b92
Added `-fno-strict-aliasing` to build script
2020-06-13 13:35:36 +01:00
Bruce Mitchener
c9f798a07b
Enable LUA_USE_POSIX, fix tmpnam warning on macOS.
...
On macOS, we want to use `mkstemp` rather than `tmpnam`. Enable
POSIX support in Lua to fix that (and some other things). Since
POSIX support also enables the flag for POPEN, we no longer need
to do that directly for Linux.
2020-05-21 21:57:05 +07:00
rxi
dfcbc48aad
Replaced `build.py/build.config.py` with `build.sh`
2020-05-09 11:01:28 +01:00