Skip to content

Commit 3b416d0

Browse files
committed
build: install the static library in the static dir
Correct the installation location for the static library.
1 parent 78e4752 commit 3b416d0

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)