Skip to content

Commit

Permalink
Removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NogginBops committed Apr 14, 2023
1 parent a20fe63 commit f96f5d9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions make_nuget.ps1
Expand Up @@ -8,9 +8,6 @@ $ErrorActionPreference = "Stop"

[String]$SDL_SO_POSTFIX="0.$($SDL_MINOR_VERSION * 100).$($SDL_PATCH_VERSION)"

# 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("."))

$buildVersionResult = $verBuild.ToString()
$currentBranch=(git branch --show-current)
Write-Output "Current Branch: $currentBranch"
Expand Down

0 comments on commit f96f5d9

Please sign in to comment.