Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
b70be1e9
Commit
b70be1e9
authored
Feb 25, 2021
by
Isuru Fernando
Browse files
Fix setting SDKROOT
parent
b4b38f4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
travis_osx_steps.sh
travis_osx_steps.sh
+1
-1
No files found.
travis_osx_steps.sh
View file @
b70be1e9
...
...
@@ -13,7 +13,7 @@ if [ "$PLAT" == "arm64" ] || [ "$PLAT" == "universal2" ]; then
exit
1
fi
fi
export
SDKROOT
=
${
SDKROOT
:-
$(
xcrun
-show-sdk-path
)
}
export
SDKROOT
=
${
SDKROOT
:-
$(
xcrun
--sdk
macosx
-
-show-sdk-path
)
}
fi
# Get needed utilities
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment