Skip to content

Commit

Permalink
Update to 3.3.5 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafarm authored Oct 30, 2021
1 parent 035f157 commit 37b3781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getdeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ esac
# Compile GLFW from source
# You may need to pre-install some deps before this will work
# See: https://www.glfw.org/docs/latest/compile.html#compile_deps
git clone --depth 1 --branch 3.3.4 https://github.com/glfw/glfw.git
git clone --depth 1 --branch 3.3.5 https://github.com/glfw/glfw.git
cd glfw
git apply ../patches/*.patch
cmake -DCMAKE_INSTALL_PREFIX=../deps/glfw/${mw_arch} -DBUILD_SHARED_LIBS=ON -DCMAKE_OSX_ARCHITECTURES='arm64;x86_64' .
Expand Down

0 comments on commit 37b3781

Please sign in to comment.