File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,12 @@ set_target_properties(uuid PROPERTIES
23
23
if (NOT BUILD_SHARED_LIBS )
24
24
set_property (GLOBAL APPEND PROPERTY Foundation_EXPORTS uuid )
25
25
26
- get_swift_host_arch (swift_arch )
26
+ # get_swift_host_arch(swift_arch)
27
+
28
+ # TODO(drexin): should be installed in architecture specific folder, once
29
+ # the layout is fixed for non-Darwin platforms
27
30
install (TARGETS uuid
28
- ARCHIVE DESTINATION lib/swift_static/$<LOWER_CASE:${CMAKE_SYSTEM_NAME}>/${swift_arch}
29
- LIBRARY DESTINATION lib/swift_static/$<LOWER_CASE:${CMAKE_SYSTEM_NAME}>/${swift_arch}
31
+ ARCHIVE DESTINATION lib/swift_static/$<LOWER_CASE:${CMAKE_SYSTEM_NAME}>
32
+ LIBRARY DESTINATION lib/swift_static/$<LOWER_CASE:${CMAKE_SYSTEM_NAME}>
30
33
RUNTIME DESTINATION bin )
31
34
endif ()
You can’t perform that action at this time.
0 commit comments