Skip to content

Commit

Permalink
Updated windows build script for JUCE submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
gbevin committed Nov 15, 2023
1 parent b8c04af commit bfbb72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/build-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Import-Module "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\T
Enter-VsDevShell -VsInstallPath "C:\Program Files\Microsoft Visual Studio\2022\Community\"

$Env:RELEASE_VERSION = "$version"
$Env:PATH_TO_JUCE = "C:\Users\gbevin\JUCE"
$Env:PATH_TO_JUCE = "$curDir\JUCE"

Write-Output "Changing location to $curDir"
Set-Location $curDir
Expand Down

0 comments on commit bfbb72e

Please sign in to comment.