From f146dc96146f774e2b03ae767050660f1f0cd567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Tue, 23 May 2006 09:41:43 +0000 Subject: [PATCH] allow compiling of things using find_directory on ZETA, so I can test Terminal git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17562 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/BuildSetup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/jam/BuildSetup b/build/jam/BuildSetup index ce942758bb..8706effd82 100644 --- a/build/jam/BuildSetup +++ b/build/jam/BuildSetup @@ -644,6 +644,8 @@ LINK = bad-link ; # Allow compiling unit tests on Zeta. Instead of fixing the PostMessage() # issues, they deprecated that nice function. This will enable it again: C++FLAGS += -D_ZETA_USING_DEPRECATED_API_=1 ; +# Same for buggy find_directory threadsafety fixes +C++FLAGS += -D_ZETA_TS_FIND_DIR_=1 ; # TODO: Doesn't really belong here.