diff options
| -rw-r--r-- | src/nimpb_build.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nimpb_build.nim b/src/nimpb_build.nim index ed4a07a..8ab8396 100644 --- a/src/nimpb_build.nim +++ b/src/nimpb_build.nim @@ -39,6 +39,7 @@ proc findCompiler(): string = paths = @[ getAppDir() / "src" / "nimpb_buildpkg" / "protobuf", getAppDir() / "nimpb_buildpkg" / "protobuf", + parentDir(currentSourcePath()) / "nimpb_buildpkg" / "protobuf", ] for path in paths: |
