mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-12 12:45:40 +08:00
Make sure external libraries with a version suffix are installed
Summary: Recently added external libraries with a version suffix like libfoo.so.0 were not installed. Extending the wild card should catch them as well. Reviewers: #swift_pilot_client, msutcliffe Reviewed By: #swift_pilot_client, msutcliffe Subscribers: jenkins Differential Revision: https://dev.swift-project.org/D39
This commit is contained in:
committed by
Mathew Sutcliffe
parent
3481949a46
commit
bcdf842176
Submodule externals updated: 11b5fdfb15...d0dcee3ff9
@@ -246,7 +246,7 @@ win32-g++ {
|
||||
|
||||
win32: externals_lib_target.path = $${PREFIX}/bin
|
||||
else: externals_lib_target.path = $${PREFIX}/lib
|
||||
!win32-g++: externals_lib_target.files *= $${EXTERNALS_LIB_DIR}/*.$${QMAKE_EXTENSION_SHLIB}
|
||||
!win32-g++: externals_lib_target.files *= $${EXTERNALS_LIB_DIR}/*.$${QMAKE_EXTENSION_SHLIB}*
|
||||
INSTALLS += externals_lib_target
|
||||
|
||||
# win32-g++ needs a workaround since copy does not accept a filepath with '+' in it
|
||||
|
||||
Reference in New Issue
Block a user