realpath not installed by default, at least not on Trusty.
This commit is contained in:
parent
f7d0cfb04b
commit
76bc57a5d6
@ -38,7 +38,7 @@ LIB_TAG="" # empty for latest version,
|
||||
#--------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
# source is where compile.sh is located
|
||||
SRC=$(dirname $(realpath $0))
|
||||
SRC=$(pwd)
|
||||
# destination
|
||||
DEST=$SRC/output
|
||||
# sources for compilation
|
||||
|
||||
Loading…
Reference in New Issue
Block a user