Fix another readlink in for mac buildsuper script

master
Allen Webster 2020-01-21 13:24:42 -08:00
parent b2bdfbd05d
commit 628429d7f6
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ CODE_HOME="$(dirname "$LOCATION")"
# Find the most reasonable candidate build file
SOURCE="$1"
if [ -z "$SOURCE" ]; then
SOURCE="$(readlink -f "$CODE_HOME/4coder_default_bindings.cpp")"
SOURCE="$(realpath "$CODE_HOME/4coder_default_bindings.cpp")"
fi
# NOTE(yuval): Removed -Wno-writable-strings as it is the same as -Wno-write-strings