Skip to content

Commit 2e80536

Browse files
committed
adjust build issues
1 parent 1712ab5 commit 2e80536

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ before_install:
4747
# download node if testing x86 architecture
4848
- >
4949
if [[ "$ARCH" == "x86" ]]; then
50-
wget $BASE_URL/$X86_FILE.tar.gz
50+
wget -q $BASE_URL/$X86_FILE.tar.gz
5151
tar -xf $X86_FILE.tar.gz
5252
export PATH=$X86_FILE/bin:$PATH
5353
ls $X86_FILE/bin

binding.gyp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"-Wno-extra"
5050
],
5151
"cflags_cc": [
52-
"-Wl,-rpath,\${ORIGIN}",
52+
"-rpath,\${ORIGIN}",
5353
"-O3",
5454
"-frtti",
5555
"-Wno-ignored-qualifiers",
@@ -153,7 +153,6 @@
153153
"-lTKPrim<(dbg)",
154154
"-lTKShHealing<(dbg)",
155155
"-lTKTopAlgo<(dbg)",
156-
"-lTKIGES<(dbg)",
157156
"-lTKSTEP<(dbg)",
158157
"-lTKSTEPAttr<(dbg)",
159158
"-lTKSTEPBase<(dbg)",

0 commit comments

Comments
 (0)