Skip to content

Commit

Permalink
Update glfw.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX committed Nov 3, 2019
1 parent 51bcb52 commit c87b28a
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/ChristopherHX/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 c87b28a

Please sign in to comment.