From d64fa80ba7798dafc580d531c36f42eb13a13074 Mon Sep 17 00:00:00 2001 From: François Revol Date: Fri, 20 Jun 2014 15:24:55 +0200 Subject: beos: Fix Haiku libnetwork detection post-PackageManagement --- beos/Makefile.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beos/Makefile.target b/beos/Makefile.target index a1259d644..bbeb0be22 100644 --- a/beos/Makefile.target +++ b/beos/Makefile.target @@ -38,7 +38,7 @@ ifeq ($(HOST),beos) ifneq ($(wildcard /boot/develop/lib/*/libzeta.so),) LDFLAGS += -lzeta endif - ifneq ($(wildcard /boot/develop/lib/*/libnetwork.so),) + ifneq ($(wildcard /boot/system/develop/lib/*/libnetwork.so),) # Haiku CFLAGS += -I/boot/common/include \ -I/boot/common/include/hubbub \ -- cgit v1.2.3