Skip to content

Commit

Permalink
Install latest GLFW - 3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
icy-arctic-fox committed Jan 30, 2022
1 parent 9e7096a commit 070d80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-glfw.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# Configuration.
readonly glfw_version=3.3
readonly glfw_version=3.3.6
readonly glfw_git_url=https://github.com/glfw/glfw.git
readonly glfw_src_dir=glfw
readonly cmake_args="-DCMAKE_BUILD_TYPE=Release -DGLFW_BUILD_EXAMPLES=OFF -DGLFW_BUILD_TESTS=OFF"
Expand Down

0 comments on commit 070d80e

Please sign in to comment.