diff options
author | midipix <writeonce@midipix.org> | 2016-05-07 12:01:24 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-05-07 13:20:16 -0400 |
commit | ee82953fcded660d2930d922928bea7a1816de77 (patch) | |
tree | e610941452eeecf0241252b129d91f6fad3fccb5 /configure | |
parent | 5656715d00886e277a14c77aafb87c6720a34d33 (diff) | |
download | apimagic-ee82953fcded660d2930d922928bea7a1816de77.tar.bz2 apimagic-ee82953fcded660d2930d922928bea7a1816de77.tar.xz |
build system: project: added custom header installation support.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -354,6 +354,7 @@ config_copy() -e 's^@nickname@^'"$mb_nickname"'^g' \ -e 's^@project_dir@^'"$mb_project_dir"'^g' \ -e 's^@git_reference_dir@^'"$mb_git_reference_dir"'^g' \ + -e 's^@custom_install_headers@^'"$mb_custom_install_headers"'^g' \ \ -e 's^@build@^'"$mb_build"'^g' \ -e 's^@host@^'"$mb_host"'^g' \ |