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
cc068f5b
Unverified
Commit
cc068f5b
authored
Feb 25, 2021
by
Isuru Fernando
Committed by
GitHub
Feb 25, 2021
Browse files
Merge pull request #387 from isuruf/build_lib
Make sure BUILD_PREFIX/lib and BUILD_PREFIX/include exists
parents
9c5dd955
4daa4c98
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
osx_utils.sh
osx_utils.sh
+1
-1
No files found.
osx_utils.sh
View file @
cc068f5b
...
@@ -457,7 +457,7 @@ function macos_arm64_cross_build_setup {
...
@@ -457,7 +457,7 @@ function macos_arm64_cross_build_setup {
# Setup cross build for single arch arm_64 wheels
# Setup cross build for single arch arm_64 wheels
export
PLAT
=
"arm64"
export
PLAT
=
"arm64"
export
BUILD_PREFIX
=
/opt/arm64-builds
export
BUILD_PREFIX
=
/opt/arm64-builds
sudo mkdir
-p
$BUILD_PREFIX
sudo mkdir
-p
$BUILD_PREFIX
/lib
$BUILD_PREFIX
/include
sudo chown
-R
$USER
$BUILD_PREFIX
sudo chown
-R
$USER
$BUILD_PREFIX
update_env_for_build_prefix
update_env_for_build_prefix
export
_PYTHON_HOST_PLATFORM
=
"macosx-11.0-arm64"
export
_PYTHON_HOST_PLATFORM
=
"macosx-11.0-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