minor wscript cleanup
This commit is contained in:
parent
6d6988c027
commit
1a9cee9e9a
2
wscript
2
wscript
@ -16,7 +16,7 @@ def build(bld):
|
||||
target = "jes",
|
||||
source = bld.path.ant_glob(["src/**/*.cc", "src/**/*.c", "libs/glcxx/src/glcxx/*"]),
|
||||
includes = includes,
|
||||
defines = ["GLCXX_GL_INCLUDE=\"gl3w.h\""],
|
||||
defines = ['GLCXX_GL_INCLUDE="gl3w.h"'],
|
||||
cxxflags = ["-Wall", "-std=gnu++14"],
|
||||
lib = ["dl", "GL"])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user