Skip to content

Commit

Permalink
binding: add link to the Stack Overflow answer that I got that fix from
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Oct 15, 2012
1 parent a780cdc commit 9a38942
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions binding.gyp
Expand Up @@ -13,9 +13,10 @@
],
'conditions': [
['OS=="mac" and target_arch=="ia32"', {
# fixes: ld: illegal text-relocation to _INT123_costab_mmxsse in
# Fixes: "ld: illegal text-relocation to _INT123_costab_mmxsse in
# Release/libmpg123.a(tabinit_mmx.o) from _INT123_dct64_MMX in
# Release/libmpg123.a(dct64_mmx.o) for architecture i386
# Release/libmpg123.a(dct64_mmx.o) for architecture i386"
# See: http://stackoverflow.com/a/11353722/376773
'libraries': [ '-read_only_relocs suppress' ]
}]
]
Expand Down

0 comments on commit 9a38942

Please sign in to comment.