summaryrefslogtreecommitdiff
path: root/bin/render.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'bin/render.gyp')
-rw-r--r--bin/render.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/render.gyp b/bin/render.gyp
index 4529cd12ab..316a7f3ed0 100644
--- a/bin/render.gyp
+++ b/bin/render.gyp
@@ -28,11 +28,11 @@
'variables' : {
'cflags_cc': [
'<@(glfw3_cflags)',
- '-I<(boost_root)/include',
+ '<@(boost_cflags)',
],
'ldflags': [
'<@(glfw3_ldflags)',
- '-L<(boost_root)/lib',
+ '<@(boost_ldflags)',
'-lboost_program_options'
],
'libraries': [