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
01a967cb
Unverified
Commit
01a967cb
authored
Jan 31, 2023
by
Matti Picus
Committed by
GitHub
Jan 31, 2023
Browse files
Merge pull request #496 from sgillies/patch-1
Add one space in macos_arm64_native_build_setup
parents
bf35d640
40cf439e
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 @
01a967cb
...
@@ -501,7 +501,7 @@ function macos_arm64_native_build_setup {
...
@@ -501,7 +501,7 @@ function macos_arm64_native_build_setup {
export
PLAT
=
"arm64"
export
PLAT
=
"arm64"
# We don't want universal2 builds and only want an arm64 build
# 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"
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