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
f78673ce
Unverified
Commit
f78673ce
authored
Jan 20, 2021
by
Isuru Fernando
Committed by
GitHub
Jan 20, 2021
Browse files
Better error message
Co-authored-by:
Andrew Murray
<
3112309+radarhere@users.noreply.github.com
>
parent
7ce20127
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
configure_build.sh
configure_build.sh
+1
-1
No files found.
configure_build.sh
View file @
f78673ce
...
@@ -27,7 +27,7 @@ if [ -n "$IS_MACOS" ]; then
...
@@ -27,7 +27,7 @@ if [ -n "$IS_MACOS" ]; then
# Do nothing as we are going with fusing wheels
# Do nothing as we are going with fusing wheels
ARCH_FLAGS
=
${
ARCH_FLAGS
:-}
ARCH_FLAGS
=
${
ARCH_FLAGS
:-}
else
else
echo
"
i
nvalid platform = '
$PLAT
'
, s
upported values are 'intel'
or
'x86_64'
or
'arm64' or 'universal2'"
echo
"
I
nvalid platform = '
$PLAT
'
. S
upported values are 'intel'
,
'x86_64'
,
'arm64' or 'universal2'"
exit
1
exit
1
fi
fi
# Only set CFLAGS, FFLAGS if they are not already defined. Build functions
# Only set CFLAGS, FFLAGS if they are not already defined. Build functions
...
...
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