diff options
-rw-r--r-- | binding.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binding.gyp b/binding.gyp index 907608e..bad9c8a 100644 --- a/binding.gyp +++ b/binding.gyp @@ -2,7 +2,7 @@ "targets": [ { "target_name": "pikul", - "sources": [ "pikul.cxx", "pikul_wrap.cxx" ] + "sources": [ "pikul.c", "pikul_wrap.cxx" ] } ] } |