nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 16 lines 471 B view raw
1diff --git a/CMakeLists.txt b/CMakeLists.txt 2index b4ef61e..7b2f26c 100644 3--- a/CMakeLists.txt 4+++ b/CMakeLists.txt 5@@ -29,11 +29,6 @@ if(APPLE) 6 set(PHYSFS_M_SRCS src/physfs_platform_apple.m) 7 endif() 8 9-if(CMAKE_COMPILER_IS_GNUCC) 10- # Don't use -rpath. 11- set(CMAKE_SKIP_RPATH ON CACHE BOOL "Skip RPATH" FORCE) 12-endif() 13- 14 if(CMAKE_C_COMPILER_ID STREQUAL "SunPro") 15 add_definitions(-erroff=E_EMPTY_TRANSLATION_UNIT) 16 add_definitions(-xldscope=hidden)