mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-30 13:47:32 +00:00
[CMake] [darwin] Removing a line of debug code that I accidentally committed.
llvm-svn: 249278
This commit is contained in:
parent
19f517a7d7
commit
f9d71a5439
@ -198,7 +198,6 @@ function(darwin_lipo_libs name)
|
||||
add_dependencies(${LIB_PARENT_TARGET} ${name})
|
||||
install(FILES ${LIB_OUTPUT_DIR}/lib${name}.a
|
||||
DESTINATION ${LIB_INSTALL_DIR})
|
||||
message("LIB_INSTALL_DIR: ${LIB_INSTALL_DIR}")
|
||||
endfunction()
|
||||
|
||||
# Filter out generic versions of routines that are re-implemented in
|
||||
|
Loading…
x
Reference in New Issue
Block a user