Skip to content

Commit

Permalink
Add missing zlib1 dll for uwebsockets
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-abram committed Mar 27, 2018
1 parent ebb62b2 commit 097dddf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Binary file added Program/zlib1.dll
Binary file not shown.
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ list(APPEND SM_WINDOWS_PROGRAM_DLLS
"${SM_PROGRAM_DIR}/libuv.dll"
"${SM_PROGRAM_DIR}/SSLEAY32.dll"
"${SM_PROGRAM_DIR}/LIBEAY32.dll"
"${SM_PROGRAM_DIR}/zlib1.dll"
)

if(WIN32)
Expand Down Expand Up @@ -652,6 +653,7 @@ if(NOT APPLE)
install(FILES "${SM_PROGRAM_DIR}/LIBEAY32.dll" DESTINATION "${SM_FULL_INSTALLATION_PATH}")
install(FILES "${SM_PROGRAM_DIR}/libuv.dll" DESTINATION "${SM_FULL_INSTALLATION_PATH}")
install(FILES "${SM_PROGRAM_DIR}/SSLEAY32.dll" DESTINATION "${SM_FULL_INSTALLATION_PATH}")
install(FILES "${SM_PROGRAM_DIR}/zlib1.dll" DESTINATION "${SM_FULL_INSTALLATION_PATH}")

# foreach(SM_WINDOW_DLL "${SM_WINDOWS_PROGRAM_DLLS}")
# install(FILES "${SM_WINDOW_DLL}" DESTINATION "${SM_INSTALL_DESTINATION}")
Expand Down
1 change: 1 addition & 0 deletions stepmania.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@ Section "Main Section" SecMain
File "Program\SSLEAY32.dll"
File "Program\LIBEAY32.dll"
File "Program\libuv.dll"
File "Program\zlib1.dll"
; parallel lights
File "Program\parallel_lights_io.dll"
; others
Expand Down

0 comments on commit 097dddf

Please sign in to comment.