From 246dfb9a38442d12e839ecb6bb8332bc9fa5f79d Mon Sep 17 00:00:00 2001 From: Jonathan Maw Date: Fri, 15 Feb 2013 12:47:34 +0000 Subject: Disable USE_BUILD_LIBS USE_BUILD_LIBS sets the default library path to the build path --- audiomanager.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audiomanager.morph b/audiomanager.morph index 235c4c5..6c8c817 100644 --- a/audiomanager.morph +++ b/audiomanager.morph @@ -4,7 +4,7 @@ "kind": "chunk", "configure-commands": [ "mkdir build", - "cd build && cmake .." + "cd build && cmake -DUSE_BUILD_LIBS=OFF .." ], "build-commands": [ "cd build && make" -- cgit v1.2.1