aboutsummaryrefslogtreecommitdiff
path: root/tests/pkg
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-12-02 01:22:47 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-12-02 01:22:47 +0300
commit3395280a4f4b6a31fc5c6bbf0ff686b8b9bd010e (patch)
tree3fea692e139ab6df741c6fae335becf5ac120836 /tests/pkg
parent8749eeea8723196fa38a9eb7917775cfe8b87ad7 (diff)
Adapt buildfiles to expansion change
Diffstat (limited to 'tests/pkg')
-rw-r--r--tests/pkg/1/build2.org/common/hello/libhello-1.0.0.tar.gzbin2424 -> 2434 bytes
-rw-r--r--tests/pkg/1/build2.org/common/libhello-1.0.0/hello/buildfile4
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/pkg/1/build2.org/common/hello/libhello-1.0.0.tar.gz b/tests/pkg/1/build2.org/common/hello/libhello-1.0.0.tar.gz
index de9d167..aec0ff0 100644
--- a/tests/pkg/1/build2.org/common/hello/libhello-1.0.0.tar.gz
+++ b/tests/pkg/1/build2.org/common/hello/libhello-1.0.0.tar.gz
Binary files differ
diff --git a/tests/pkg/1/build2.org/common/libhello-1.0.0/hello/buildfile b/tests/pkg/1/build2.org/common/libhello-1.0.0/hello/buildfile
index 8331a7b..bff7fce 100644
--- a/tests/pkg/1/build2.org/common/libhello-1.0.0/hello/buildfile
+++ b/tests/pkg/1/build2.org/common/libhello-1.0.0/hello/buildfile
@@ -8,11 +8,11 @@ if $abi_prerelease
else
lib{hello}: bin.lib.version = @-$abi_major.$abi_minor
-cxx.poptions += -I$src_root
+cxx.poptions += "-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$src_root"
liba{hello}: cxx.export.poptions += -DLIBHELLO_STATIC
libs{hello}: cxx.export.poptions += -DLIBHELLO_SHARED