diff options
author | Alexander Golubev <[email protected]> | 2016-05-04 19:35:23 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-05-04 19:35:29 +0200 |
commit | 3462acf56f852847f7f76d3f73193f7f62e23669 (patch) | |
tree | 7df4ee846987ebb4b1b1c9f41be7ee174d04ec01 /ksokoban | |
parent | 72bbacf12504a1f14cbd74c9b357af92da256481 (diff) | |
download | tdegames-3462acf56f852847f7f76d3f73193f7f62e23669.tar.gz tdegames-3462acf56f852847f7f76d3f73193f7f62e23669.zip |
Fix ksokoban crashes on compressed level files
libz support seems to be broken
Signed-off-by: Alexander Golubev <[email protected]>
Diffstat (limited to 'ksokoban')
-rw-r--r-- | ksokoban/images/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksokoban/images/CMakeLists.txt b/ksokoban/images/CMakeLists.txt index e58ecba3..c8ec74a9 100644 --- a/ksokoban/images/CMakeLists.txt +++ b/ksokoban/images/CMakeLists.txt @@ -14,7 +14,7 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR} ) -add_definitions( -DUSE_LIBZ ) +# add_definitions( -DUSE_LIBZ ) # FIXME: that should potentialy break the cross # compilation, If it is possible in |