mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-03 18:32:50 +00:00
CMake: Removed unnecessary library path setting that was breaking the
build on OS X. Fix by Jjgod Jiang! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59048 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3bd86aac99
commit
578f6cf6d0
@ -27,9 +27,6 @@ macro(add_llvm_executable name)
|
||||
target_link_libraries(${name} ${llvm_libs})
|
||||
else( MSVC )
|
||||
add_dependencies(${name} llvm-config.target)
|
||||
set_target_properties(${name}
|
||||
PROPERTIES
|
||||
LINK_FLAGS "-L ${CMAKE_ARCHIVE_OUTPUT_DIRECTORY}")
|
||||
if( MINGW )
|
||||
target_link_libraries(${name} DbgHelp psapi)
|
||||
elseif( CMAKE_HOST_UNIX )
|
||||
|
Loading…
x
Reference in New Issue
Block a user