We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff4301b commit 18e6387Copy full SHA for 18e6387
mnm.js
@@ -22,8 +22,8 @@ if(process.platform == 'win32') {
22
} else {
23
builder.appendLinkerLibrary("occi");
24
builder.appendLinkerLibrary("clntsh");
25
- if (path.existsSync(path.join(ociLibDir, "libnnz10.dylib"))
26
- || path.existsSync(path.join(ociLibDir, "libnnz10.so"))) {
+ if (fs.existsSync(path.join(ociLibDir, "libnnz10.dylib"))
+ || fs.existsSync(path.join(ociLibDir, "libnnz10.so"))) {
27
builder.appendLinkerLibrary("nnz10");
28
29
builder.appendLinkerLibrary("nnz11");
0 commit comments