Try more verbosity to understand the problem.

This commit is contained in:
Martín Lucas Golini
2024-10-01 17:51:25 -03:00
parent f64cd4d2bf
commit 84cdfd2617
2 changed files with 2 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ fi
cd ../../make/macosx/
sed -e "s/-Wl,-x//g" -i .make
find . -name "*.make" -exec sed -i 's/\$(AR) -rcs/\$(AR) -rcsv/g' {} +
make -j$(sysctl -n hw.ncpu) $@

View File

@@ -14,6 +14,7 @@ fi
cd ../../make/macosx/
sed -e "s/-Wl,-x//g" -i .make
find . -name "*.make" -exec sed -i 's/\$(AR) -rcs/\$(AR) -rcsv/g' {} +
make -j$(sysctl -n hw.ncpu) $@