Remove install of llcommon as a dylib

This commit is contained in:
narv
2011-02-02 15:20:39 -07:00
parent 12fded401e
commit 2f1c78337b

View File

@@ -210,12 +210,3 @@ target_link_libraries(
${WINDOWS_LIBRARIES}
)
if (DARWIN)
# Don't embed a full path in the library's install name
set_target_properties(
llcommon
PROPERTIES
BUILD_WITH_INSTALL_RPATH 1
INSTALL_NAME_DIR "@executable_path/../Resources"
)
endif (DARWIN)