diff options
author | def <dennis@felsin9.de> | 2015-02-14 23:43:31 +0100 |
---|---|---|
committer | def <dennis@felsin9.de> | 2015-02-15 00:06:51 +0100 |
commit | 6244cc2e4fb7aaabd14352a21add5236220a8198 (patch) | |
tree | 58f6b1254cc71db8be2dc84084e7034597bf6fe7 /examples/cross_calculator/nim_commandline/nim.cfg | |
parent | 512db9aea6ac77234e2ea6a48b1cc20e6b24a687 (diff) | |
download | Nim-6244cc2e4fb7aaabd14352a21add5236220a8198.tar.gz |
Fix cross_calculator example
Diffstat (limited to 'examples/cross_calculator/nim_commandline/nim.cfg')
-rw-r--r-- | examples/cross_calculator/nim_commandline/nim.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/cross_calculator/nim_commandline/nim.cfg b/examples/cross_calculator/nim_commandline/nim.cfg new file mode 100644 index 000000000..41c034430 --- /dev/null +++ b/examples/cross_calculator/nim_commandline/nim.cfg @@ -0,0 +1,4 @@ +# Nimrod configuration file. +# The file is used only to add the path of the backend to the compiler options. + +path="../nim_backend" |