diff options
author | midipix <writeonce@midipix.org> | 2016-04-20 14:57:34 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-04-20 17:33:20 -0400 |
commit | b6d1b54f16795de8e53cd05ababa2265a3111da5 (patch) | |
tree | 1e4d695b7090ee6cdedc214a0554ef106be51852 /config.project | |
parent | d4de3398a3d13b68bc1565815a71cb4bc4b1b088 (diff) | |
download | sofort-b6d1b54f16795de8e53cd05ababa2265a3111da5.tar.bz2 sofort-b6d1b54f16795de8e53cd05ababa2265a3111da5.tar.xz |
build system: added --exec-prefix support.
Diffstat (limited to 'config.project')
-rw-r--r-- | config.project | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.project b/config.project index 1847425..ab3d89a 100644 --- a/config.project +++ b/config.project @@ -5,6 +5,7 @@ mb_require_out_of_tree=no # dirs mb_default_prefix= +mb_default_exec_prefix= mb_default_bindir=bin mb_default_libdir=lib mb_default_includedir=include |