Skip to content

Fix plutil installation failure on Windows #2044

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

yamoridon
Copy link
Contributor

plutil is not installed on Windows becuase ".exe" extension is missing in CMakeLists.txt.

plutil is not installed on Windows becuase ".exe" extension is missing
in CMakeLists.txt.
CMakeLists.txt Outdated
install(PROGRAMS
${CMAKE_CURRENT_BINARY_DIR}/plutil
${CMAKE_CURRENT_BINARY_DIR}/${plutil_executable}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make this plutil${CMAKE_EXECUTABLE_SUFFIX} instead of the variable construction.

@compnerd
Copy link
Member

@swift-ci please test and merge

@swift-ci swift-ci merged commit d34d356 into swiftlang:master Mar 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants