diff --git a/src/subhook.nim b/src/subhook.nim index 6db9e97..199f61d 100644 --- a/src/subhook.nim +++ b/src/subhook.nim @@ -2,7 +2,7 @@ {.pragma: subhook, cdecl, - header: "../private/subhook/subhook.h", + importc, discardable .} diff --git a/subhook.nimble b/subhook.nimble index d24cc52..c117ea4 100644 --- a/subhook.nimble +++ b/subhook.nimble @@ -1,6 +1,6 @@ # Package -version = "0.1.0" +version = "0.1.1" author = "Huy Doan" description = "subhook wrapper" license = "BSD2"