##// END OF EJS Templates
Fixed staticlib build on OSX
Tero Ahola -
r1442:01220b3c278a
parent child
Show More
@@ -175,7 +175,7 win32:{
175 INSTALLS += target
175 INSTALLS += target
176 }
176 }
177
177
178 mac: {
178 mac: !staticlib: {
179 # Update the name (id) of the library on OSX to point to the lib path
179 # Update the name (id) of the library on OSX to point to the lib path
180 MAC_CHARTS_LIB_NAME = "lib"$$LIBRARY_NAME".1.dylib"
180 MAC_CHARTS_LIB_NAME = "lib"$$LIBRARY_NAME".1.dylib"
181 QMAKE_POST_LINK += "install_name_tool -id $$CHART_BUILD_LIB_DIR"/"$$MAC_CHARTS_LIB_NAME $$CHART_BUILD_LIB_DIR"/"$$MAC_CHARTS_LIB_NAME"
181 QMAKE_POST_LINK += "install_name_tool -id $$CHART_BUILD_LIB_DIR"/"$$MAC_CHARTS_LIB_NAME $$CHART_BUILD_LIB_DIR"/"$$MAC_CHARTS_LIB_NAME"
General Comments 0
You need to be logged in to leave comments. Login now