Commit 19944601 by Mark Mitchell

* mkcheck.in: Fix echoing of -rpath option.

From-SVN: r37217
parent ce881b7f
......@@ -307,7 +307,7 @@ test_file()
fi
else
# the file did not compile. Write out compilation info to the log file.
echo "$CXX $CXX_FLAG $S_FLAG $INC_PATH -L$LIB_PATH -Wl,--rpath -Wl,$LIB_PATH \
echo "$CXX $CXX_FLAG $S_FLAG $INC_PATH -L$LIB_PATH -Wl,-rpath -Wl,$LIB_PATH \
$SRC_NAME -o $EXENAME" 2>> $LOG_FILE
RESULT="-"
......
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