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
4b061a4e
Commit
4b061a4e
authored
Feb 06, 2021
by
Isuru Fernando
Browse files
make sure BUILD_PREFIX/lib and BUILD_PREFIX/include exists
parent
63c1418e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
osx_utils.sh
osx_utils.sh
+2
-0
No files found.
osx_utils.sh
View file @
4b061a4e
...
...
@@ -455,6 +455,8 @@ function macos_arm64_cross_build_setup {
export
BUILD_PREFIX
=
/opt/arm64-builds
sudo mkdir
-p
$BUILD_PREFIX
sudo chown
-R
$USER
$BUILD_PREFIX
mkdir
-p
$BUILD_PREFIX
/lib
mkdir
-p
$BUILD_PREFIX
/include
update_env_for_build_prefix
export
_PYTHON_HOST_PLATFORM
=
"macosx-11.0-arm64"
export
CFLAGS+
=
" -arch arm64"
...
...
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