do not use 'portable' as a compile time option
Introduce the file core/start.lua to initialize applications variables
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ $1 == -portable ]]; then
|
||||
cflags="-DLITE_XL_DATA_USE_EXEDIR"
|
||||
fi
|
||||
|
||||
cflags+="-Wall -O3 -g -std=gnu11 -fno-strict-aliasing -Isrc -Ilib/font_renderer"
|
||||
cflags+=" $(pkg-config --cflags lua5.2) $(sdl2-config --cflags)"
|
||||
lflags="-static-libgcc -static-libstdc++"
|
||||
|
||||
Reference in New Issue
Block a user