Skip to content

Commit 2458e9e

Browse files
committed
fix: Use more common unzip path for Windows for compiling
1 parent 7505955 commit 2458e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ set "FLEX_SDK=C:\SDKS\AIRSDK"
99
REM Path to the Steam SDK, so that %STEAM_SDK%\redistributable_bin exists.
1010
set "STEAM_SDK=C:\SDKS\SteamSDK"
1111
REM Path to the unzip binary. Only needed when building the ANE.
12-
set "UNZIP_BIN=%ProgramFiles(x86)%\GnuWin32\bin\unzip"
12+
set "UNZIP_BIN=%ProgramFiles%\Git\usr\bin\unzip"

0 commit comments

Comments
 (0)