Skip to content

Commit

Permalink
fix libtbb and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Nov 2, 2019
1 parent 979b464 commit 10117b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ addons:
packages:
- g++
- libtbb2
- libtbb

before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
Expand Down
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"-Wno-extra"
],
"ldflags": [
"-Wl,-rpath,<(module_root_dir)/lib/binding"
"-Wl,-rpath,\$$ORIGIN",
],

"library_dirs": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "node-occ",
"version": "0.4.0-1",
"description": "OpenCascade OCCT Wrapper for Node js",
"preferGlobal": "true",
"preferGlobal": true,
"dependencies": {
"async": "^3.1.0",
"colors": "*",
Expand Down

0 comments on commit 10117b3

Please sign in to comment.