From c70ec9fbe02b8d98f6562ee7a403f812549ea387 Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Thu, 9 May 2024 15:07:09 -0700 Subject: [PATCH] Build.xml: on macOS, add /usr/local/lib to rpath when building lime.ndll This seems to be required with Xcode 15, but was not required previously --- project/Build.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/project/Build.xml b/project/Build.xml index 202bc542c2..f18bd8d8b1 100644 --- a/project/Build.xml +++ b/project/Build.xml @@ -442,6 +442,11 @@
+ +