tokenika / eosfactory

Python-based EOS smart-contract development & testing framework
http://eosfactory.io/
Other
243 stars 62 forks source link

Unable to locate contract unless the build path is specified #26

Closed jakub-zarembinski closed 6 years ago

jakub-zarembinski commented 6 years ago

Instead of

CONTRACT_NAME = "@CONTRACT_NAME@/build"

We should have just this:

CONTRACT_NAME = "@CONTRACT_NAME@"

Works on Windows but fails on MacOS