mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 04:03:47 +00:00
Fix ifdef.
This commit is contained in:
parent
5640459e21
commit
6ac62626b6
@ -32,7 +32,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = public res src stub
|
||||
|
||||
ifeq (,$(filter Linux SunOS5,$(OS_ARCH)))
|
||||
ifneq (,$(filter Linux SunOS5,$(OS_ARCH)))
|
||||
ifdef MOZ_ENABLE_GTK
|
||||
DIRS += wizard/unix/src2
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user