Commit 94657d81 authored by Matthew Brett's avatar Matthew Brett
Browse files

Fix what appears to be a variable typo for PLAT

parent c2c57b58
...@@ -9,7 +9,7 @@ if [ -n "$CONFIGURE_BUILD_SOURCED" ]; then ...@@ -9,7 +9,7 @@ if [ -n "$CONFIGURE_BUILD_SOURCED" ]; then
fi fi
CONFIGURE_BUILD_SOURCED=1 CONFIGURE_BUILD_SOURCED=1
PLAT="${PLAT:x86_64}" PLAT="${PLAT:-x86_64}"
BUILD_PREFIX="${BUILD_PREFIX:-/usr/local}" BUILD_PREFIX="${BUILD_PREFIX:-/usr/local}"
# Default compilation flags for OSX # 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