Fix issue #597 - error if bin is a source file

This commit is contained in:
Ganesh Viswanathan 2019-06-02 00:42:41 -05:00 committed by Dominik Picheta
commit 016f42c34a
4 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,12 @@
# Package
version = "0.1.0"
author = "Author"
description = "dummy"
license = "MIT"
# Dependencies
requires "nim >= 0.17.0"
bin = @["test.nim"]