File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1818 - uses : ilammy/msvc-dev-cmd@v1
1919 with :
2020 arch : amd64
21- - shell : powershell
22- run : |
21+ - run : |
2322 make ee/wcp/build
Original file line number Diff line number Diff line change @@ -231,8 +231,8 @@ endif()
231231
232232# --- jwt-cpp and OpenSSL - Begin
233233find_package (Perl REQUIRED ) # Needed to build OpenSSL
234- list (APPEND CMAKE_MODULE_PATH "C:/Strawberry/perl" )
235234set (PERL "C:\\ Strawberry\\ perl\\ bin\\ perl.exe" )
235+ set (PERL_EXECUTABLE "C:\\ Strawberry\\ perl\\ bin\\ perl.exe" )
236236message (INFO " > Perl Path: ${PERL_EXECUTABLE} " )
237237message (INFO " > Perl Version: ${PERL_VERSION_STRING} " )
238238
Original file line number Diff line number Diff line change 1212
1313.PHONY : build
1414build :
15- Remove-Item -Force CMakeCache.txt
16- New-Item -ItemType Directory " ${TOP} /bin/${TARGET} "
15+ Remove-Item -ea 0 - Force CMakeCache.txt
16+ New-Item -ea 0 -Force - ItemType Directory " ${TOP} /bin/${TARGET} "
1717 cd " ${TOP} /bin/${TARGET} "
1818 . ${TOP} /hack/windows/setup.ps1
1919 nmake /P
You can’t perform that action at this time.
0 commit comments