mirror of
https://github.com/QuasarApp/LIEF.git
synced 2025-04-26 04:14:33 +00:00
Fix related to #540
This commit is contained in:
parent
9790ddfa82
commit
b2b7783ec0
@ -91,7 +91,6 @@ install:
|
||||
|
||||
build_script:
|
||||
- cd %APPVEYOR_BUILD_FOLDER%
|
||||
- set MSBuildLogger="C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
||||
- python.exe .\setup.py --ninja --lief-test build bdist_wheel --skip-build && exit 0 # Ignore warnings...
|
||||
- ps: if ($env:PYTHON_VERSION -eq "3.9") { python.exe .\scripts\windows\package_sdk.py }
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
include("static-release/CPackConfig.cmake")
|
||||
|
||||
set(CPACK_INSTALL_CMAKE_PROJECTS ${CPACK_INSTALL_CMAKE_PROJECTS}
|
||||
static-release LIEF ALL /
|
||||
shared-release LIEF ALL /
|
||||
static-release LIEF ALL /
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user