Skip to content

Commit 177a571

Browse files
Fix a incorrect var in ./configure.
1 parent 9fabbd7 commit 177a571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@ do
10311031
esac
10321032
if [ ! -f $PNACL_TOOLCHAIN_PATH/pnacl-clang++ ]
10331033
then
1034-
err "Could not find pnacl-clang++ in the provided NaCl SDK dir: $CFG_PNACL_TOOLCHAIN_PATH/pnacl-clang++"
1034+
err "Could not find pnacl-clang++ in the provided NaCl SDK dir: $PNACL_TOOLCHAIN_PATH/pnacl-clang++"
10351035
fi
10361036
;;
10371037
le32-emscripten-nacl)

0 commit comments

Comments
 (0)