From f081ec1e48acba34298b46d9fab4a7bbcd9bee7d Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Mon, 13 Jun 2011 17:17:05 +0300 Subject: [PATCH] Fix the Build file so that io headers are installed --- Build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build b/Build index cdd83c4..740887b 100644 --- a/Build +++ b/Build @@ -55,7 +55,7 @@ package "mspcore" headers "msp/io" { - source "src/io"; + source "source/io"; install true; }; -- 2.43.0