n0bra1n3r / cinterop

A C/C++ interop library for the Nim programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`config.nims` is not correct

mantielero opened this issue · comments

--path:"../src"

I think it should be:

switch("path","../src")

Thanks for the report. It is correct though, which is why the tests pass in the CI. -- is an implicitly imported macro in Nimscript, but for some reason the vscode Nim plugin doesn't pick it up.

I wasn't aware about -- being a macro. One more thing a leart. Thanks.