Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit acd14f4

Browse files
author
Simon Hofmann
committed
Removed rpath
1 parent 9fc9acf commit acd14f4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/libs.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,3 @@ if (process.platform === 'win32') {
2828
// if not windows, link libs dynamically
2929
console.log(`-L<(PRODUCT_DIR)`);
3030
opencvBuild.opencvModules.filter(lib => desiredModules.includes(lib)).forEach(lib => console.log(`-lopencv_${lib}`));
31-
if (process.env.BINDINGS_DEBUG) {
32-
console.log('-Wl,-rpath,../build/Debug/opencv4nodejs');
33-
} else {
34-
console.log('-Wl,-rpath,../build/Release/opencv4nodejs');
35-
}

0 commit comments

Comments
 (0)