mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-28 17:16:29 +03:00
Try more verbosity to understand the problem.
This commit is contained in:
@@ -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) $@
|
||||
|
||||
|
||||
@@ -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) $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user