strings: disable Casper support while building native-xtools
Reported by: Charlie Li Tested by: Charlie Li
This commit is contained in:
parent
f7689276a8
commit
7187f5bd47
@ -10,7 +10,7 @@ PROG= strings
|
||||
|
||||
LIBADD= elftc elf
|
||||
|
||||
.if ${MK_CASPER} != "no" && !defined(BOOTSTRAPPING)
|
||||
.if ${MK_CASPER} != "no" && !defined(BOOTSTRAPPING) && !defined(NXB_TARGET)
|
||||
LIBADD+= casper
|
||||
LIBADD+= cap_fileargs
|
||||
CFLAGS+= -DWITH_CASPER
|
||||
|
Loading…
Reference in New Issue
Block a user