Commit 09a31790 authored by Matthew Brett's avatar Matthew Brett
Browse files

Fill out comment for UNICODE_WIDTH

parent 832bd7a5
# Useful defines common across manylinux1 builds # Useful defines common across manylinux1 builds
# Width of Python unicode digits in bits # UNICODE_WIDTH selects "32"=wide (UCS4) or "16"=narrow (UCS2/UTF16) builds
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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment