Fix for previous commit
This commit is contained in:
parent
72ae779a1d
commit
0ba67948b0
2 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ after_build:
|
|||
- cmd: if %platform%==x64 set RELEASE_ARCH=x64
|
||||
- cmd: 7z a sfizz-lv2-%APPVEYOR_REPO_TAG_NAME%-%RELEASE_ARCH%-msvc.zip sfizz.lv2
|
||||
- cmd: 7z a sfizz-lib-%APPVEYOR_REPO_TAG_NAME%-%RELEASE_ARCH%-msvc.zip src/Release/sfizz*
|
||||
- cmd: iscc.exe /dARCH=%RELEASE_ARCH% ./../innosetup.iss
|
||||
- cmd: iscc.exe /dARCH=%RELEASE_ARCH% innosetup.iss
|
||||
|
||||
artifacts:
|
||||
- name: Packages
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ if (NOT MSVC)
|
|||
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
|
||||
else()
|
||||
configure_file (${PROJECT_SOURCE_DIR}/scripts/innosetup.iss.in ${CMAKE_CURRENT_BINARY_DIR}/../innosetup.iss @ONLY)
|
||||
configure_file (${PROJECT_SOURCE_DIR}/scripts/innosetup.iss.in ${PROJECT_BINARY_DIR}/innosetup.iss @ONLY)
|
||||
endif()
|
||||
|
||||
add_library (sfizz::parser ALIAS sfizz_parser)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue