diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/render.gypi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/render.gypi b/bin/render.gypi index b205e7a959..2e1dbd8f73 100644 --- a/bin/render.gypi +++ b/bin/render.gypi @@ -34,12 +34,11 @@ 'ldflags': [ '<@(glfw3_ldflags)', '<@(uv_ldflags)', - '<@(boost_ldflags)', - '-lboost_program_options' ], 'libraries': [ '<@(glfw3_static_libs)', '<@(uv_static_libs)', + '<@(boost_program_options_static_libs)' ], }, |