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 authored and MCMrARM committed Nov 7, 2019
1 parent eb0bc83 commit 4d4d51a
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/minecraft-linux/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 4d4d51a

Please sign in to comment.