diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-31 11:21:49 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-31 11:21:49 +0200 |
commit | 9b8cc04f6bb4064d5f8f46e7812603759372531f (patch) | |
tree | a19bbf6468a535f5bab2e8f039247628e4e449a0 /build | |
parent | 4bf32fa136d021876827a56d92e0695774107ef7 (diff) |
Fix some build system issues
Diffstat (limited to 'build')
-rw-r--r-- | build/root.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/root.build b/build/root.build index 1245c9f..5f607ff 100644 --- a/build/root.build +++ b/build/root.build @@ -33,4 +33,3 @@ cxx{*options}: dist = true # All exe{} in tests/ are, well, tests. # tests/exe{*}: test = true -tests/: install = false |