diff options
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" |