Skip to content

Commit 26dd508

Browse files
authored
Merge pull request #1788 from compnerd/location
2 parents 78e4752 + 3b416d0 commit 26dd508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ else()
495495
install(FILES
496496
${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_STATIC_LIBRARY_PREFIX}Foundation${CMAKE_STATIC_LIBRARY_SUFFIX}
497497
DESTINATION
498-
lib/swift/${swift_os})
498+
lib/swift_static/${swift_os})
499499
endif()
500500
# TODO(compnerd) install as a Framework as that is how swift actually is built
501501
install(DIRECTORY

0 commit comments

Comments
 (0)