Skip to content

Commit

Permalink
zstd_static
Browse files Browse the repository at this point in the history
  • Loading branch information
etorth committed Jan 29, 2019
1 parent d970350 commit af0ae04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ test_script:
artifacts:
- path: build\*.zip

on_finish:
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
# on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

deploy:
provider: GitHub
Expand Down
2 changes: 1 addition & 1 deletion common/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ IF(NOT WIN32)
TARGET_LINK_LIBRARIES(common stdc++fs)
ENDIF()
TARGET_LINK_LIBRARIES(common Threads::Threads)
TARGET_LINK_LIBRARIES(common ${ZSTD_LIBRARIES})

IF(WIN32)
TARGET_LINK_LIBRARIES(common JPEG::JPEG)
TARGET_LINK_LIBRARIES(common PNG::PNG)
TARGET_LINK_LIBRARIES(common zstd_static)
ENDIF()

TARGET_INCLUDE_DIRECTORIES(common PUBLIC ${LUA_INCLUDE_DIR})
Expand Down

0 comments on commit af0ae04

Please sign in to comment.