this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

src/CMakeLists.txt: Remove redundant definitions

Thomas A b72bba89 3cf903cc

-7
-7
src/CMakeLists.txt
··· 61 61 add_subdirectory(libelfloader/wrapgen) 62 62 add_subdirectory(startup) 63 63 64 - add_definitions( 65 - -D_DARWIN_C_SOURCE 66 - -D_POSIX_C_SOURCE 67 - -D__APPLE__ 68 - -D__DYNAMIC__ 69 - ) 70 - 71 64 add_subdirectory(bootstrap_cmds) 72 65 73 66 set(CMAKE_AR "${CMAKE_BINARY_DIR}/src/external/cctools-port/cctools/ar/x86_64-apple-darwin11-ar")