From c7b48ec08f0510a1237b98492cef2c12909cb0f1 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Fri, 24 May 2013 15:29:10 +0300 Subject: [PATCH] Bring the Build file up to date with Builder changes --- Build | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Build b/Build index 07242bc..9465cd5 100644 --- a/Build +++ b/Build @@ -5,15 +5,13 @@ package "msptest" require "mspcore"; - headers "msp/test" - { - source "source"; - install true; - }; - library "msptest" { source "source"; install true; + install_map + { + map "source" "include/msp/test"; + }; }; }; -- 2.43.0