mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
abeed9a767
By omitting the otool binary which is built non-deterministically. We don't use it anyway.
12 lines
404 B
Diff
12 lines
404 B
Diff
--- cctools/Makefile.am.O 2016-06-09 15:06:16.000000000 +0100
|
|
+++ cctools/Makefile.am 2019-11-18 08:59:20.078663220 +0000
|
|
@@ -1,7 +1,7 @@
|
|
if ISDARWIN
|
|
-SUBDIRS=libstuff ar as misc otool ld64 $(LD_CLASSIC)
|
|
+SUBDIRS=libstuff ar as misc ld64 $(LD_CLASSIC)
|
|
else
|
|
-SUBDIRS=libstuff ar as misc libobjc2 otool ld64 $(LD_CLASSIC)
|
|
+SUBDIRS=libstuff ar as misc ld64 $(LD_CLASSIC)
|
|
endif
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|