File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -525,7 +525,7 @@ opt verify-install 1 "verify installed binaries work"
525
525
opt dist-host-only 0 " only install bins for the host architecture"
526
526
opt inject-std-version 1 " inject the current compiler version of libstd into programs"
527
527
opt jemalloc 1 " build liballoc with jemalloc"
528
- valopt nacl-cross-path " " " NaCl Pepper sdk path (should be something like \" nacl_sdk/pepper_[0-9]+/\" )"
528
+ valopt nacl-cross-path " " " NaCl Pepper sdk path (should be something like \" nacl_sdk/pepper_[0-9]+/\" ). Must be absolute! "
529
529
valopt emscripten-cross-path " " " Emscripten checkout path (should point to where emcc lives)"
530
530
531
531
valopt localstatedir " /var/lib" " local state directory"
971
971
err " I need the NaCl SDK path! (use --nacl-cross-path)"
972
972
fi
973
973
974
- # use an absolute path.
975
- CFG_NACL_CROSS_PATH=` readlink -m $CFG_NACL_CROSS_PATH `
976
-
977
974
# quick and dirty check for cross existence
978
975
case $CFG_OSTYPE in
979
976
apple-darwin)
You can’t perform that action at this time.
0 commit comments