Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
Merge pull request #6 from LadislavSopko/master
Browse files Browse the repository at this point in the history
In debug builds on windows zlib have name zlibd
  • Loading branch information
drahosp committed Sep 28, 2015
2 parents 79329a0 + 969c839 commit db11786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -9,7 +9,7 @@ cmake_minimum_required ( VERSION 2.8 )
include ( cmake/dist.cmake )
include ( lua )

find_library ( Z_LIBRARY NAMES zlib z )
find_library ( Z_LIBRARY NAMES zlib zlibd z )
# Find zlib

install_lua_module ( zlib lzlib.c zlib.def LINK ${Z_LIBRARY} )
Expand Down

0 comments on commit db11786

Please sign in to comment.