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
09a31790
Commit
09a31790
authored
Jun 15, 2016
by
Matthew Brett
Browse files
Fill out comment for UNICODE_WIDTH
parent
832bd7a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
manylinux_utils.sh
manylinux_utils.sh
+2
-2
No files found.
manylinux_utils.sh
View file @
09a31790
# Useful defines common across manylinux1 builds
# Useful defines common across manylinux1 builds
#
Width of Python unicode digits in bit
s
#
UNICODE_WIDTH selects "32"=wide (UCS4) or "16"=narrow (UCS2/UTF16) build
s
UNICODE_WIDTH
=
${
UNICODE_WIDTH
:-
32
}
UNICODE_WIDTH
=
"
${
UNICODE_WIDTH
:-
32
}
"
function
gh-clone
{
function
gh-clone
{
git clone https://github.com/
$1
git clone https://github.com/
$1
...
...
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