mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
23 lines
656 B
Plaintext
23 lines
656 B
Plaintext
From 6545d15dfc53594f4141047bf4c84d55cfccda6d Mon Sep 17 00:00:00 2001
|
|
From: Chris Roberts <cpr420@gmail.com>
|
|
Date: Thu, 14 Nov 2013 02:12:56 -0700
|
|
Subject: Adjust search path for libbnetapi
|
|
|
|
|
|
diff --git a/build-jam/BuildSettings b/build-jam/BuildSettings
|
|
index d411b68..4874ac6 100644
|
|
--- a/build-jam/BuildSettings
|
|
+++ b/build-jam/BuildSettings
|
|
@@ -44,7 +44,7 @@ if $(OSPLAT) = X86 {
|
|
PLATFORM = zeta ;
|
|
}
|
|
# check for libbnetapi...
|
|
- local haveLibbnetapi = [ GLOB /boot/develop/lib/x86 : libbnetapi.so ] ;
|
|
+ local haveLibbnetapi = [ GLOB /boot/system/develop/lib : libbnetapi.so ] ;
|
|
if $(haveLibbnetapi) {
|
|
LIBNETAPI = bnetapi ;
|
|
}
|
|
--
|
|
1.8.3.4
|
|
|