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
ef449193
Commit
ef449193
authored
Jan 24, 2021
by
Isuru Fernando
Browse files
set ARCHFLAGS too
parent
4b7ea6ed
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 @
ef449193
...
@@ -464,7 +464,9 @@ function macos_arm64_cross_build_setup {
...
@@ -464,7 +464,9 @@ function macos_arm64_cross_build_setup {
function
macos_arm64_native_build_setup
{
function
macos_arm64_native_build_setup
{
# Setup native build for single arch arm_64 wheels
# Setup native build for single arch arm_64 wheels
export
PLAT
=
"arm64"
export
PLAT
=
"arm64"
# We don't want universal2 builds and only want an arm64 build
export
_PYTHON_HOST_PLATFORM
=
"macosx-11.0-arm64"
export
_PYTHON_HOST_PLATFORM
=
"macosx-11.0-arm64"
export
ARCHFLAGS+
=
"-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