Skip to content

Commit d34d356

Browse files
authored
Merge pull request #2044 from yamoridon/fix-plutil-installation-failure-windows
2 parents 7b12cb1 + 1bc15d1 commit d34d356

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
@@ -585,6 +585,6 @@ install(FILES
585585
DESTINATION
586586
lib/swift/CoreFoundation)
587587
install(PROGRAMS
588-
${CMAKE_CURRENT_BINARY_DIR}/plutil
588+
${CMAKE_CURRENT_BINARY_DIR}/plutil${CMAKE_EXECUTABLE_SUFFIX}
589589
DESTINATION
590590
${CMAKE_INSTALL_FULL_BINDIR})

0 commit comments

Comments
 (0)