diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2009-09-29 08:21:40 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2009-09-29 08:21:40 +0200 |
commit | 649df540e853838c51167c8cf02b17fc65fc807d (patch) | |
tree | 216c12f4ad75138bca1d128c47c911355e2d05a3 /libbackend-elements/build/cxx/configuration-dynamic.make | |
parent | 4f9bd5a46df045f9bd5774125233cf4ac11ae184 (diff) |
New, makefile-based bundled build implementation
Diffstat (limited to 'libbackend-elements/build/cxx/configuration-dynamic.make')
-rw-r--r-- | libbackend-elements/build/cxx/configuration-dynamic.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbackend-elements/build/cxx/configuration-dynamic.make b/libbackend-elements/build/cxx/configuration-dynamic.make index 7485fe9..568ab40 100644 --- a/libbackend-elements/build/cxx/configuration-dynamic.make +++ b/libbackend-elements/build/cxx/configuration-dynamic.make @@ -2,7 +2,7 @@ cxx_id := gnu cxx_optimize := n cxx_debug := n cxx_rpath := n -cxx_pp_extra_options := $(CPPFLAGS) -I$(out_root)/../stage/include +cxx_pp_extra_options := $(CPPFLAGS) cxx_extra_options := $(CXXFLAGS) cxx_ld_extra_options := $(LDFLAGS) cxx_extra_libs := $(LIBS) @@ -11,4 +11,4 @@ r := $(shell echo $(LDFLAGS) | sed -e 's/-L *\([^ ]*\)/-L\1/g') r := $(patsubst -L%,%,$(filter -L%,$(r))) r := $(shell echo $(r) | sed -e 's/ /:/g') -cxx_extra_lib_paths := $(out_root)/../stage/lib $(r) +cxx_extra_lib_paths := $(r) |