From 53cf6d7a5cc873259caa1df0d08dc7c29318b252 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Fri, 10 Sep 2004 18:27:29 +0000 Subject: [PATCH] Added a BUILD_LIBSTDC++ variable for apps that have to run in the build environment and have to link against libstc++. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8903 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- Jamrules | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Jamrules b/Jamrules index 8fddc114ff..e6542464dc 100644 --- a/Jamrules +++ b/Jamrules @@ -182,6 +182,13 @@ if $(OS) = BEOS CP = copyattr --data ; } +# for builds of tools in the current environment +if $(OS) = BEOS { + BUILD_LIBSTDC++ = stdc++.r4 ; +} else { + BUILD_LIBSTDC++ = stdc++ ; +} + # If no OBOS_OBJECT_TARGET is not defined yet, use our default directory and # include our "OBOS_TARGET" as subdirectory in there (to prevent different # builds mixing objects from different targets).