Skip to content

Commit

Permalink
Bump GLFW version to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoabinader committed Apr 14, 2016
1 parent 24bde6f commit 3b72e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if [[ ${MASON_PLATFORM:-} == 'osx' || ${MASON_PLATFORM:-} == 'linux' ]] ; then
CONFIG+=" 'gtest_cflags%': $(quote_flags $(mason cflags gtest ${GTEST_VERSION})),"$LN
CONFIG+=" 'gtest_ldflags%': $(quote_flags $(mason ldflags gtest ${GTEST_VERSION})),"$LN

GLFW_VERSION=3.1
GLFW_VERSION=3.1.2
mason install glfw ${GLFW_VERSION}
CONFIG+=" 'glfw%': 1,"$LN
CONFIG+=" 'glfw_static_libs%': $(quote_flags $(mason static_libs glfw ${GLFW_VERSION})),"$LN
Expand Down

0 comments on commit 3b72e4e

Please sign in to comment.