diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-22 19:36:57 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-08 18:26:00 +0200 |
commit | e24a4bd8dbe885df63f0c5479edd058a262a9960 (patch) | |
tree | 048721722bdf4fd1d5e6823523d6c31e1246f8fb /loader/buildfile | |
parent | c715379c625935bd4b28bebb35f34721342cc7f3 (diff) |
Get rid of brep namespace in loader's options.cli
Diffstat (limited to 'loader/buildfile')
-rw-r--r-- | loader/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/buildfile b/loader/buildfile index ffa8a9c..d40b643 100644 --- a/loader/buildfile +++ b/loader/buildfile @@ -15,6 +15,6 @@ exe{brep-loader}: \ ../brep/lib{brep} $libs cli.options += -I $src_root --include-with-brackets --include-prefix loader \ ---guard-prefix LOADER --cli-namespace brep::cli +--guard-prefix LOADER {hxx ixx cxx}{options}: cli{options} |