Skip to content

Commit 10117b3

Browse files
committed
fix libtbb and package.json
1 parent 979b464 commit 10117b3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ addons:
4545
packages:
4646
- g++
4747
- libtbb2
48+
- libtbb
4849

4950
before_install:
5051
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi

binding.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"-Wno-extra"
5959
],
6060
"ldflags": [
61-
"-Wl,-rpath,<(module_root_dir)/lib/binding"
61+
"-Wl,-rpath,\$$ORIGIN",
6262
],
6363

6464
"library_dirs": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "node-occ",
33
"version": "0.4.0-1",
44
"description": "OpenCascade OCCT Wrapper for Node js",
5-
"preferGlobal": "true",
5+
"preferGlobal": true,
66
"dependencies": {
77
"async": "^3.1.0",
88
"colors": "*",

0 commit comments

Comments
 (0)