From 0f0062351dab9f7a8302ae2602b0f0ac98916c0c Mon Sep 17 00:00:00 2001 From: Alan Jeffrey Date: Tue, 9 Apr 2019 11:33:57 -0500 Subject: [PATCH] Make pathfinder_immersive_demo a shared library. --- demo/magicleap/PathfinderImmersiveDemo.mabu | 4 +--- demo/magicleap/PathfinderLandscapeDemo.mabu | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/demo/magicleap/PathfinderImmersiveDemo.mabu b/demo/magicleap/PathfinderImmersiveDemo.mabu index 90209f53..7a40d404 100644 --- a/demo/magicleap/PathfinderImmersiveDemo.mabu +++ b/demo/magicleap/PathfinderImmersiveDemo.mabu @@ -9,10 +9,8 @@ LIBPATHS.release = \ USES = ml_sdk OpenGL stdc++ -STLIBS = \ - pathfinder_magicleap_demo - SHLIBS = \ + pathfinder_magicleap_demo \ ml_privileges DATAS = \ diff --git a/demo/magicleap/PathfinderLandscapeDemo.mabu b/demo/magicleap/PathfinderLandscapeDemo.mabu index be11ba0e..7a7c7d15 100644 --- a/demo/magicleap/PathfinderLandscapeDemo.mabu +++ b/demo/magicleap/PathfinderLandscapeDemo.mabu @@ -15,5 +15,5 @@ USES = \ lumin_runtime \ lre/code/srcs -STLIBS = \ +SHLIBS = \ pathfinder_magicleap_demo