mirror of https://github.com/KLayout/klayout.git
Update comment to match implementation in build.sh: `realpath --canonicalize-existing`
This commit is contained in:
parent
a89a9b610a
commit
686c6abd2b
2
build.sh
2
build.sh
|
|
@ -595,7 +595,7 @@ mkdir -p $BUILD
|
|||
. $(dirname $(which $0))/version.sh
|
||||
|
||||
# qmake needs absolute paths, so we get them now:
|
||||
# OSX does not have `readlink -f` command. Use equivalent Perl script.
|
||||
# OSX does not have `realpath --canonicalize-existing` command. Use equivalent Perl script.
|
||||
if [ "$IS_MAC" = "no" ]; then
|
||||
BUILD=`realpath --canonicalize-existing $BUILD`
|
||||
BIN=`realpath --canonicalize-existing $BIN`
|
||||
|
|
|
|||
Loading…
Reference in New Issue