diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-01 20:35:30 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-01 20:35:30 +0300 |
commit | d07917d4e9f68ad5ed10c3ad25324cd6f519565c (patch) | |
tree | 40c286e1666c664898b91ffa77465128bf81ab2e /libmformat/buildfile | |
parent | 424e9b47951f9cdd1e60782c336b06307bb9f98e (diff) |
Remove target/scope irregularity workarounds
Diffstat (limited to 'libmformat/buildfile')
-rw-r--r-- | libmformat/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmformat/buildfile b/libmformat/buildfile index 4257f07..d9f1379 100644 --- a/libmformat/buildfile +++ b/libmformat/buildfile @@ -2,4 +2,4 @@ # Don't install tests. # -dir{tests/}: install = false +tests/: install = false |