Skip to content

Commit c8cbb3b

Browse files
committed
Fixed Unix build problem with node-gyp
We were specifying the wrong version of SACAPI. Change-Id: I27cde1aa6fb2459de748dcdb03143f1d5f7bb3a9
1 parent c384eb1 commit c8cbb3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

binding.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"targets": [
33
{
44
"target_name": "sqlanywhere",
5-
"defines": [ '_SACAPI_VERSION=2', 'DRIVER_NAME=sqlanywhere' ],
5+
"defines": [ '_SACAPI_VERSION=5', 'DRIVER_NAME=sqlanywhere' ],
66
"sources": [ "src/sqlanywhere.cpp",
77
"src/utils.cpp",
88
"src/sqlanywhere_v0_10.cpp",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "SQL ANYWHERE ",
33
"name": "sqlanywhere",
44
"description": "SQL Anywhere JavaScript Driver.",
5-
"version": "1.0.17",
5+
"version": "1.0.18",
66
"repository": {
77
"url": "https://github.com/sqlanywhere/node-sqlanywhere"
88
},

0 commit comments

Comments
 (0)