Avoid unwanted output of <build>unzip with DEBUG=1.
This commit is contained in:
parent
911821275a
commit
d527dbc8f6
@ -6,6 +6,10 @@ if ! $(HOST_PLATFORM_BEOS_COMPATIBLE) {
|
||||
DEFINES += HAVE_TERMIOS_H=1 HAS_JUNK_EXTRA_FIELD_OPTION=1 ;
|
||||
}
|
||||
|
||||
# avoid building host unzip with DEBUG, as that would pollute the build
|
||||
# with lots of unwanted output when unzip gets invoked.
|
||||
DEBUG = 0 ;
|
||||
|
||||
USES_BE_API on <build>libunzip.a <build>unzip = true ;
|
||||
|
||||
BuildPlatformStaticLibrary <build>libunzip.a :
|
||||
|
Loading…
x
Reference in New Issue
Block a user