Unverified Commit 2221ec0d authored by Matthew Brett's avatar Matthew Brett Committed by GitHub
Browse files

Merge pull request #249 from matthew-brett/variable-set-typo

Fix what appears to be a variable typo for PLAT
parents c2c57b58 94657d81
......@@ -9,7 +9,7 @@ if [ -n "$CONFIGURE_BUILD_SOURCED" ]; then
fi
CONFIGURE_BUILD_SOURCED=1
PLAT="${PLAT:x86_64}"
PLAT="${PLAT:-x86_64}"
BUILD_PREFIX="${BUILD_PREFIX:-/usr/local}"
# Default compilation flags for OSX
......
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