|
63 | 63 | [
|
64 | 64 | 'OS=="linux"', {
|
65 | 65 | "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;)" |
67 | 67 | },
|
68 | 68 | "cflags" : ['-fexceptions'],
|
69 | 69 | "libraries" : ['-ldl', '-lpthread'],
|
|
72 | 72 | [
|
73 | 73 | 'OS=="mac"', {
|
74 | 74 | "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;)" |
76 | 76 | },
|
77 | 77 | "libraries" : ['-ldl', '-lpthread', '-Wl,-rpath,/usr/local/lib']
|
78 | 78 | }
|
79 | 79 | ],
|
80 | 80 | [
|
81 | 81 | 'OS=="aix"', {
|
82 | 82 | "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;)" |
84 | 84 | },
|
85 | 85 | "cflags" : ['-fexceptions', '-fsigned-char'],
|
86 | 86 | "libraries" : ['-ldl', '-lpthread'],
|
|
89 | 89 | [
|
90 | 90 | 'OS=="solaris"', {
|
91 | 91 | "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;)" |
93 | 93 | },
|
94 | 94 | "cflags" : ['-fexceptions'],
|
95 | 95 | "libraries" : ['-ldl', '-lpthread'],
|
|
0 commit comments