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 1712ab5 commit 2e80536Copy full SHA for 2e80536
2 files changed
.travis.yml
@@ -47,7 +47,7 @@ before_install:
47
# download node if testing x86 architecture
48
- >
49
if [[ "$ARCH" == "x86" ]]; then
50
- wget $BASE_URL/$X86_FILE.tar.gz
+ wget -q $BASE_URL/$X86_FILE.tar.gz
51
tar -xf $X86_FILE.tar.gz
52
export PATH=$X86_FILE/bin:$PATH
53
ls $X86_FILE/bin
binding.gyp
@@ -49,7 +49,7 @@
"-Wno-extra"
],
"cflags_cc": [
- "-Wl,-rpath,\${ORIGIN}",
+ "-rpath,\${ORIGIN}",
"-O3",
54
"-frtti",
55
"-Wno-ignored-qualifiers",
@@ -153,7 +153,6 @@
153
"-lTKPrim<(dbg)",
154
"-lTKShHealing<(dbg)",
155
"-lTKTopAlgo<(dbg)",
156
- "-lTKIGES<(dbg)",
157
"-lTKSTEP<(dbg)",
158
"-lTKSTEPAttr<(dbg)",
159
"-lTKSTEPBase<(dbg)",
0 commit comments