Added 'src' to build.py's INCLUDES
This commit is contained in:
2
build.py
2
build.py
@@ -11,7 +11,7 @@ TEMPSRC_DIR = ".tempsrc"
|
|||||||
CFLAGS = [ "-O2", "-Wall", "-s", "-Wno-misleading-indentation" ]
|
CFLAGS = [ "-O2", "-Wall", "-s", "-Wno-misleading-indentation" ]
|
||||||
DLIBS = [ "m" ]
|
DLIBS = [ "m" ]
|
||||||
DEFINES = [ "DMT_ABORT_NULL", "LUA_COMPAT_ALL" ]
|
DEFINES = [ "DMT_ABORT_NULL", "LUA_COMPAT_ALL" ]
|
||||||
INCLUDES = [ TEMPSRC_DIR ]
|
INCLUDES = [ "src", TEMPSRC_DIR ]
|
||||||
|
|
||||||
|
|
||||||
def fmt(fmt, var):
|
def fmt(fmt, var):
|
||||||
|
|||||||
Reference in New Issue
Block a user