From 9ab5cccb364b966d0b3e87e243fd7130d18e65e8 Mon Sep 17 00:00:00 2001 From: ocoursiere Date: Mon, 28 Mar 2016 17:34:49 +0000 Subject: [PATCH] Change the install directory to support Haiku "by default" --- bepascal/Jamfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bepascal/Jamfile b/bepascal/Jamfile index 4b588ec..703f43f 100644 --- a/bepascal/Jamfile +++ b/bepascal/Jamfile @@ -31,7 +31,10 @@ Depends libstubgen.so : libbepascal.so ; # set the distribution dir DISTRIB_DIR = distrib ; -LIBBEPASCAL_INSTALL_DIR = /boot/home/config/lib ; +# Uncomment this line to setup BeOS install directory : +#LIBBEPASCAL_INSTALL_DIR = /boot/home/config/lib ; +# For Haiku : +LIBBEPASCAL_INSTALL_DIR = /boot/home/config/non-packaged/lib ; # clean SEARCH var when building zip files. if not, some files are imported # from source/bepascal/cpp instead, maybe because of the Jam-engine.