File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
FoundationInternationalization Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -45,5 +45,8 @@ target_link_libraries(FoundationEssentials PUBLIC
45
45
OrderedCollections
46
46
_RopeModule)
47
47
48
+ set_target_properties (FoundationEssentials PROPERTIES
49
+ INSTALL_RPATH "$ORIGIN" )
50
+
48
51
set_property (GLOBAL APPEND PROPERTY SWIFT_FOUNDATION_EXPORTS FoundationEssentials)
49
52
_install_target(FoundationEssentials)
Original file line number Diff line number Diff line change @@ -26,5 +26,8 @@ target_link_libraries(FoundationInternationalization PRIVATE
26
26
FoundationEssentials
27
27
FoundationICU)
28
28
29
+ set_target_properties (FoundationInternationalization PROPERTIES
30
+ INSTALL_RPATH "$ORIGIN" )
31
+
29
32
set_property (GLOBAL APPEND PROPERTY SWIFT_FOUNDATION_EXPORTS FoundationInternationalization)
30
33
_install_target(FoundationInternationalization)
You can’t perform that action at this time.
0 commit comments