Skip to content

Commit

Permalink
Merge branch 'master' of github.com:minecraft-linux/mcpelauncher-mani…
Browse files Browse the repository at this point in the history
…fest
  • Loading branch information
MCMrARM committed Dec 24, 2019
2 parents bc6d475 + 4d4d51a commit fb7d482
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 fb7d482

Please sign in to comment.