Skip to content

Commit

Permalink
trying isysroot II
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenjc committed Dec 6, 2021
1 parent 71d6a49 commit cc7a836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def get_macos_pipeline() {
try {
// Remove existing CLI11 because of case insensitive filesystem issue
sh "conan remove -f 'CLI11*' && \
CFLAGS=-isysroot `xcrun --show-sdk-path` -Wno-error=implicit-function-declaration cmake ../code"
CFLAGS='-isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -Wno-error=implicit-function-declaration' cmake ../code"
} catch (e) {
failure_function(e, 'MacOSX / CMake failed')
}
Expand Down

0 comments on commit cc7a836

Please sign in to comment.