Commit 17a99b41 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

MacOSX/Framework: Properly track updated library and modules.

parent 7438482f
......@@ -37,7 +37,7 @@ if test "${ACTION}" = "build"; then
lib_dest="${2}/`basename ${1}`"
fi
if test -e ${1} && ! test -e ${lib_dest}; then
if test -e ${1} && ((! test -e ${lib_dest}) || test ${1} -nt ${lib_dest} ); then
mkdir -p ${2}
# Lets copy the library from the source folder to our new destination folder
......
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