mirror of
https://github.com/darlinghq/cctools-port.git
synced 2024-11-26 21:50:26 +00:00
Fix more build problems
This commit is contained in:
parent
3c541ad72a
commit
eb9ad97331
@ -54,3 +54,11 @@ set(ar_sources
|
||||
|
||||
add_executable(x86_64-apple-darwin11-ar ${ar_sources})
|
||||
|
||||
set(ranlib_sources
|
||||
../misc/libtool.c
|
||||
$<TARGET_OBJECTS:stuff>
|
||||
)
|
||||
add_executable(ranlib ${ranlib_sources})
|
||||
set_property(TARGET ranlib APPEND_STRING PROPERTY COMPILE_FLAGS " -DRANLIB")
|
||||
set_target_properties(ranlib PROPERTIES OUTPUT_NAME "x86_64-apple-darwin11-ranlib")
|
||||
|
||||
|
@ -69,8 +69,3 @@ set(lipo_sources
|
||||
add_executable(lipo ${lipo_sources})
|
||||
target_link_libraries(lipo m)
|
||||
|
||||
set(ranlib_sources
|
||||
libtool.c
|
||||
$<TARGET_OBJECTS:stuff>
|
||||
)
|
||||
add_executable(ranlib ${ranlib_sources})
|
||||
|
Loading…
Reference in New Issue
Block a user