Exclude netfs package from x86_64

It is broken in a lot of places, more than I'm confident fixing.
This commit is contained in:
Adrien Destugues
2014-11-20 08:38:06 +01:00
parent a730d2560c
commit 05a922cd4d
+3 -2
View File
@@ -1,13 +1,14 @@
# The packages we build. Each is defined in its own file in the packages/ # The packages we build. Each is defined in its own file in the packages/
# subdirectory. # subdirectory.
local packages = local packages = [ FFilterByBuildFeatures
HaikuDevel HaikuDevel
HaikuLoader HaikuLoader
HaikuUserguide HaikuUserguide
HaikuWelcome HaikuWelcome
MakefileEngine MakefileEngine
NetFS NetFS@!x86_64
UserlandFS UserlandFS
]
; ;
if $(HAIKU_BUILD_TYPE) = bootstrap { if $(HAIKU_BUILD_TYPE) = bootstrap {