Skip to content

Commit

Permalink
Point glfw to patched glfw for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX committed Nov 2, 2019
1 parent eb0bc83 commit 51bcb52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/glfw.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include(ExternalProject)

ExternalProject_Add(
glfw3_ext
URL "https://github.com/glfw/glfw/archive/master.zip"
URL "https://github.com/ChristopherHX/glfw/archive/master.zip"
INSTALL_DIR ${CMAKE_BINARY_DIR}/ext/glfw
CMAKE_ARGS "-DCMAKE_INSTALL_PREFIX=${CMAKE_BINARY_DIR}/ext/glfw" "-DBUILD_SHARED_LIBS=OFF" "-DCMAKE_C_FLAGS=-m32" "-DCMAKE_LINK_FLAGS=-m32" "-DCMAKE_LIBRARY_ARCHITECTURE=${CMAKE_LIBRARY_ARCHITECTURE}"
)
Expand Down

0 comments on commit 51bcb52

Please sign in to comment.