Skip to content

Commit f31bbcc

Browse files
author
Joachim Meyer
committed
Fix archive.dll not being copied along with the Player (Issue mentioned here: http://polycode.org/forum/viewtopic.php?f=4&t=930)
1 parent eff3355 commit f31bbcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Standalone/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ IF(MSVC OR MINGW)
3636

3737
INSTALL(PROGRAMS ${POLYCODE_RELEASE_DIR}/Framework/Tools/polybuild.exe DESTINATION Bin)
3838
INSTALL(PROGRAMS ${POLYCODE_RELEASE_DIR}/Framework/Tools/polyimport.exe DESTINATION Bin)
39+
INSTALL(PROGRAMS ${POLYCODE_RELEASE_DIR}/Framework/Tools/Dependencies/bin/archive.dll DESTINATION Bin)
3940
INSTALL(DIRECTORY ${PolycodeStandalone_SOURCE_DIR}/../Assets/Templates/Lua DESTINATION Template)
4041

4142

0 commit comments

Comments
 (0)