aboutsummaryrefslogtreecommitdiff
path: root/binding.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'binding.gyp')
-rwxr-xr-xbinding.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/binding.gyp b/binding.gyp
index d528b47..a3ad04d 100755
--- a/binding.gyp
+++ b/binding.gyp
@@ -2,7 +2,7 @@
"targets": [
{
"target_name": "vkext_flex",
- "sources": [ "index.cpp", "vkext_flex.m", "iconvlite.cpp"]
+ "sources": [ "index.cpp", "vkext_flex.c", "iconvlite.cpp"]
}
]
}