aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/wscript b/wscript
index fdc9dc8..bb5a34d 100644
--- a/wscript
+++ b/wscript
@@ -271,11 +271,11 @@ def build_ext(bld, path):
headers = bld.path.ant_glob(path + '/*.h')
if headers:
if bld.env['COPY_HEADERS']:
+ bld.install_files(include_dir, headers)
+ else:
bld.symlink_as(include_dir,
os.path.relpath(bundle_dir,
os.path.dirname(include_dir)))
- else:
- bld.install_files(include_dir, headers)
def build(bld):
exts = (bld.path.ant_glob('lv2/lv2plug.in/ns/ext/*', dir=True) +