diff options
author | Mike Buland <eichlan@xagasoft.com> | 2013-03-05 03:16:21 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2013-03-05 03:16:21 +0000 |
commit | 86eb61d18b97230bb47f6651e44597cef7e4c24b (patch) | |
tree | e803acb50fc889f32ad15439eed8a40ff7e19dea /c++-libbu++/default.bld | |
parent | 713a4cc24da81b513962a85d4b4c43fb6b79419d (diff) | |
download | libgats-86eb61d18b97230bb47f6651e44597cef7e4c24b.tar.gz libgats-86eb61d18b97230bb47f6651e44597cef7e4c24b.tar.bz2 libgats-86eb61d18b97230bb47f6651e44597cef7e4c24b.tar.xz libgats-86eb61d18b97230bb47f6651e44597cef7e4c24b.zip |
Added more helpers to the GatsDictionary in the C# version.
Diffstat (limited to 'c++-libbu++/default.bld')
-rw-r--r-- | c++-libbu++/default.bld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++-libbu++/default.bld b/c++-libbu++/default.bld index f67b59b..2414f01 100644 --- a/c++-libbu++/default.bld +++ b/c++-libbu++/default.bld | |||
@@ -83,7 +83,7 @@ rule "unit" | |||
83 | 83 | ||
84 | profile "build" | 84 | profile "build" |
85 | { | 85 | { |
86 | execute("../libbu++/mkunit \"${INPUT}\" \"${OUTPUT}\""); | 86 | execute("../../libbu++/mkunit \"${INPUT}\" \"${OUTPUT}\""); |
87 | } | 87 | } |
88 | } | 88 | } |
89 | 89 | ||