Skip to content

Commit

Permalink
Merge pull request #7 from opentk/develop
Browse files Browse the repository at this point in the history
Updated to GLFW 3.3.8
  • Loading branch information
NogginBops committed Sep 8, 2022
2 parents f35108f + 87d783a commit 0baf3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_nuget.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
param([String]$projectDir, [int]$verBuild)

$ErrorActionPreference = "Stop"
[String]$GLFW_VERSION="3.3.7"
[String]$GLFW_VERSION="3.3.8"

# The built .so file will end in .so.3.3 for a version like 3.3.7, to get the correct file we need to pass "3.3" to the .csproj
[String]$GLFW_SHORT_VERSION = $GLFW_VERSION.Substring(0, $GLFW_VERSION.LastIndexOf("."))
Expand Down

0 comments on commit 0baf3d6

Please sign in to comment.