Fix a few bugs
This commit is contained in:
parent
ab70d727b8
commit
bc55e84d5b
6 changed files with 48 additions and 32 deletions
5
make.sh
5
make.sh
|
@ -21,9 +21,8 @@ if [ $# -gt 0 ]; then
|
|||
if [ $# -gt 1 ]; then
|
||||
COMPILER="$2"
|
||||
|
||||
if [ $COMPILER = "tcc" ]; then # you'll probably want to modify this
|
||||
C_FLAGS="${C_FLAGS} -L/usr/lib/x86_64-linux-gnu/pulseaudio/
|
||||
-I/usr/lib/x86_64-linux-gnu/tcc/include -DSDL_DISABLE_IMMINTRIN_H"
|
||||
if [ $COMPILER = "tcc" ]; then # you'll probably want to modify this
|
||||
C_FLAGS="${C_FLAGS} -L/usr/lib/x86_64-linux-gnu/pulseaudio/ -DSDL_DISABLE_IMMINTRIN_H"
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue