summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 039858c..30ad368 100755
--- a/configure
+++ b/configure
@@ -141,11 +141,11 @@ int main(void) { }
EOF
if [ -z $NACL_INC_DIR ] ; then
- NACL_INC_DIR="/usr/include/nacl"
+ NACL_INC_DIR="$SYSROOT/usr/include/nacl"
fi
if [ -z $NACL_LIB_DIR ] ; then
- NACL_LIB_DIR="/usr/lib"
+ NACL_LIB_DIR="$SYSROOT/usr/lib"
fi
if [ -z $NACL_LIB ] ; then