Skip to content

Commit a4f7f2a

Browse files
committed
Attemp to fix Windows build
1 parent 5fa02b8 commit a4f7f2a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

appveyor/windows.cmd

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,8 @@ xcopy /y /f Windows\dll\supercan_dll.c python\
9595

9696
(7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on supercan-win.7z bin lib inc src pdb python LICENSE COMMIT) || exit /b !ERRORLEVEL!
9797
REM installer
98-
(call "%VCVARS64%" x64 && set && makensis !NSIS_SC_VERSION_ARGS! Windows\NSIS\supercan.nsi) || exit /b !ERRORLEVEL!
99-
move Windows\NSIS\supercan_inst.exe .
98+
set
99+
call "%VCVARS64%"
100+
set
101+
REM (call "%VCVARS64%" x64 && set && makensis !NSIS_SC_VERSION_ARGS! Windows\NSIS\supercan.nsi) || exit /b !ERRORLEVEL!
102+
REM move Windows\NSIS\supercan_inst.exe .

0 commit comments

Comments
 (0)