Skip to content

Commit 6349a79

Browse files
committed
Update binding.gyp with the correct Install URLs
1 parent a346117 commit 6349a79

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

binding.gyp

+4-4
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
[
6464
'OS=="linux"', {
6565
"variables" : {
66-
"dpi_check%" : "<!(INSTURL=\"https://oracle.github.io/node-oracledb/INSTALL.html#github\"; ERR=\"oracledb ERR! Error:\"; if [ -f odpi/include/dpi.h ]; then echo \"Has dpi.h\"; else echo \"$ERR Cannot find odpi/include/dpi.h. For GitHub ZIP downloads you must separately download the odpi subdirectory from GitHub.\" >&2; echo \"$ERR See $INSTURL\" >&2; echo \"\" >&2; fi;)"
66+
"dpi_check%" : "<!(INSTURL=\"https://node-oracledb.readthedocs.io/en/latest/user_guide/installation.html#github\"; ERR=\"oracledb ERR! Error:\"; if [ -f odpi/include/dpi.h ]; then echo \"Has dpi.h\"; else echo \"$ERR Cannot find odpi/include/dpi.h. For GitHub ZIP downloads you must separately download the odpi subdirectory from GitHub.\" >&2; echo \"$ERR See $INSTURL\" >&2; echo \"\" >&2; fi;)"
6767
},
6868
"cflags" : ['-fexceptions'],
6969
"libraries" : ['-ldl', '-lpthread'],
@@ -72,15 +72,15 @@
7272
[
7373
'OS=="mac"', {
7474
"variables" : {
75-
"dpi_check%" : "<!(INSTURL=\"https://oracle.github.io/node-oracledb/INSTALL.html#github\"; ERR=\"oracledb ERR! Error:\"; if [ -f odpi/include/dpi.h ]; then echo \"Has dpi.h\"; else echo \"$ERR Cannot find odpi/include/dpi.h. For GitHub ZIP downloads you must separately download the odpi subdirectory from GitHub.\" >&2; echo \"$ERR See $INSTURL\" >&2; echo \"\" >&2; fi;)"
75+
"dpi_check%" : "<!(INSTURL=\"https://node-oracledb.readthedocs.io/en/latest/user_guide/installation.html#github\"; ERR=\"oracledb ERR! Error:\"; if [ -f odpi/include/dpi.h ]; then echo \"Has dpi.h\"; else echo \"$ERR Cannot find odpi/include/dpi.h. For GitHub ZIP downloads you must separately download the odpi subdirectory from GitHub.\" >&2; echo \"$ERR See $INSTURL\" >&2; echo \"\" >&2; fi;)"
7676
},
7777
"libraries" : ['-ldl', '-lpthread', '-Wl,-rpath,/usr/local/lib']
7878
}
7979
],
8080
[
8181
'OS=="aix"', {
8282
"variables" : {
83-
"dpi_check%" : "<!(INSTURL=\"https://oracle.github.io/node-oracledb/INSTALL.html#github\"; ERR=\"oracledb ERR! Error:\"; if [ -f odpi/include/dpi.h ]; then echo \"Has dpi.h\"; else echo \"$ERR Cannot find odpi/include/dpi.h. For GitHub ZIP downloads you must separately download the odpi subdirectory from GitHub.\" >&2; echo \"$ERR See $INSTURL\" >&2; echo \"\" >&2; fi;)"
83+
"dpi_check%" : "<!(INSTURL=\"https://node-oracledb.readthedocs.io/en/latest/user_guide/installation.html#github\"; ERR=\"oracledb ERR! Error:\"; if [ -f odpi/include/dpi.h ]; then echo \"Has dpi.h\"; else echo \"$ERR Cannot find odpi/include/dpi.h. For GitHub ZIP downloads you must separately download the odpi subdirectory from GitHub.\" >&2; echo \"$ERR See $INSTURL\" >&2; echo \"\" >&2; fi;)"
8484
},
8585
"cflags" : ['-fexceptions', '-fsigned-char'],
8686
"libraries" : ['-ldl', '-lpthread'],
@@ -89,7 +89,7 @@
8989
[
9090
'OS=="solaris"', {
9191
"variables" : {
92-
"dpi_check%" : "<!(INSTURL=\"https://oracle.github.io/node-oracledb/INSTALL.html#github\"; ERR=\"oracledb ERR! Error:\"; if [ -f odpi/include/dpi.h ]; then echo \"Has dpi.h\"; else echo \"$ERR Cannot find odpi/include/dpi.h. For GitHub ZIP downloads you must separately download the odpi subdirectory from GitHub.\" >&2; echo \"$ERR See $INSTURL\" >&2; echo \"\" >&2; fi;)"
92+
"dpi_check%" : "<!(INSTURL=\"https://node-oracledb.readthedocs.io/en/latest/user_guide/installation.html#github\"; ERR=\"oracledb ERR! Error:\"; if [ -f odpi/include/dpi.h ]; then echo \"Has dpi.h\"; else echo \"$ERR Cannot find odpi/include/dpi.h. For GitHub ZIP downloads you must separately download the odpi subdirectory from GitHub.\" >&2; echo \"$ERR See $INSTURL\" >&2; echo \"\" >&2; fi;)"
9393
},
9494
"cflags" : ['-fexceptions'],
9595
"libraries" : ['-ldl', '-lpthread'],

0 commit comments

Comments
 (0)