From 65e61b81f3759975c11f153a30d88cd2ae2e99b5 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sun, 15 Sep 2013 15:40:18 +0300 Subject: [PATCH] Mark the library as installable --- Build | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Build b/Build index baa3e37..b27a592 100644 --- a/Build +++ b/Build @@ -8,5 +8,10 @@ package "mspvr" library "mspvr" { source "source"; + install true; + install_map + { + map "source" "include/msp/vr"; + }; }; }; -- 2.43.0