summaryrefslogtreecommitdiff
path: root/hello/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'hello/buildfile')
-rw-r--r--hello/buildfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/hello/buildfile b/hello/buildfile
index ddf8843..09f117b 100644
--- a/hello/buildfile
+++ b/hello/buildfile
@@ -8,11 +8,11 @@ if $version.pre_release
else
lib{hello}: bin.lib.version = @"-$version.major.$version.minor"
-cxx.poptions =+ "-I$src_root"
+cxx.poptions =+ "-I$out_root" "-I$src_root"
obja{*}: cxx.poptions += -DLIBHELLO_STATIC_BUILD
objs{*}: cxx.poptions += -DLIBHELLO_SHARED_BUILD
-lib{hello}: cxx.export.poptions = "-I$src_root"
+lib{hello}: cxx.export.poptions = "-I$out_root" "-I$src_root"
liba{hello}: cxx.export.poptions += -DLIBHELLO_STATIC
libs{hello}: cxx.export.poptions += -DLIBHELLO_SHARED