Skip to content

Commit b4ff66c

Browse files
committed
fix linux build flags
1 parent c63ef9b commit b4ff66c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

binding.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"xcode_settings": {
1414
"OTHER_CFLAGS" : [
1515
"-O3",
16+
"-rpath,\${ORIGIN}",
1617
"-frtti",
1718
"-Wno-ignored-qualifiers",
1819
"-Wno-unused-variable",
@@ -49,7 +50,6 @@
4950
"-Wno-extra"
5051
],
5152
"cflags_cc": [
52-
"-rpath,\${ORIGIN}",
5353
"-O3",
5454
"-frtti",
5555
"-Wno-ignored-qualifiers",

0 commit comments

Comments
 (0)