Skip to content

Commit 600470a

Browse files
committed
Fix CoreFoundation install path
1 parent 9e7732b commit 600470a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CoreFoundation/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ file(COPY
129129
install(DIRECTORY
130130
include/
131131
DESTINATION
132-
lib/swift/CoreFoundation)
132+
lib/${SWIFT_SYSTEM_NAME}/CoreFoundation)
133133

134134
if(NOT BUILD_SHARED_LIBS)
135135
install(TARGETS CoreFoundation

0 commit comments

Comments
 (0)