Update binding.gyp for ODPI-C changes

This commit is contained in:
Christopher Jones 2017-10-23 13:09:48 +11:00
parent 78d5bc1f7c
commit 71b50924a8
1 changed files with 5 additions and 4 deletions

View File

@ -13,6 +13,7 @@
"odpi/src/dpiConn.c",
"odpi/src/dpiContext.c",
"odpi/src/dpiData.c",
"odpi/src/dpiDebug.c",
"odpi/src/dpiDeqOptions.c",
"odpi/src/dpiEnqOptions.c",
"odpi/src/dpiEnv.c",
@ -41,7 +42,7 @@
},
"cflags" : ['-fexceptions'],
"cflags_cc" : ['-fexceptions'],
"libraries" : ['-ldl'],
"libraries" : ['-ldl', '-lpthread'],
}
],
[
@ -53,7 +54,7 @@
"GCC_ENABLE_CPP_EXCEPTIONS": "YES",
"GCC_ENABLE_CPP_RTTI": "YES"
},
"libraries" : ['-ldl']
"libraries" : ['-ldl', '-lpthread']
}
],
[
@ -63,7 +64,7 @@
},
"cflags" : ['-fexceptions', '-fsigned-char'],
"cflags_cc" : ['-fexceptions', '-fsigned-char'],
"libraries" : ['-ldl'],
"libraries" : ['-ldl', '-lpthread'],
}
],
[
@ -73,7 +74,7 @@
},
"cflags" : ['-fexceptions'],
"cflags_cc" : ['-fexceptions'],
"libraries" : ['-ldl'],
"libraries" : ['-ldl', '-lpthread'],
}
],
[