Don't define UNIX when building zip as a build tool under a BeOS compatible
host. This prevents the BeOS and Unix specific zipup.h from clashing and allows hybrid GCC2/GCC4 images to be built under BeOS. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25741 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
2ed64c408d
commit
b204648b75
@ -4,7 +4,9 @@ SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src bin zip ] ;
|
||||
|
||||
USES_BE_API on <build>zip = true ;
|
||||
|
||||
DEFINES += UNIX ;
|
||||
if ! $(HOST_PLATFORM_BEOS_COMPATIBLE) {
|
||||
DEFINES += UNIX ;
|
||||
}
|
||||
|
||||
BuildPlatformMain <build>zip :
|
||||
beos.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user