1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-24 08:43:27 +00:00

Disables building of the BeOS UI for now

This commit is contained in:
Eric Petit 2006-08-18 18:37:53 +00:00
parent d07b688c86
commit f291041fa4

View file

@ -8,7 +8,7 @@ ifeq ($(GTK),yes)
TARGETS += .gtk
endif
ifeq ($(SYSTEM),BeOS)
TARGETS += .beos
#TARGETS += .beos
endif
all: $(TARGETS)