From 1a9cee9e9a4fb782f04b8d5de15b57382f1f9ee7 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Thu, 30 Jun 2016 21:54:06 -0400 Subject: [PATCH] minor wscript cleanup --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index e2e1cad..50e1648 100644 --- a/wscript +++ b/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"])