Skip to content

Commit fea01d8

Browse files
committedApr 17, 2014
Remove -dynamiclib flag
Introduced in nikhilm#37 as a cosmetic improvement for some specific systems, the dynamiclib flag results in the following error on Mac OS 10.9.2: clang: error: invalid argument '-bundle' not allowed with '-dynamiclib' Removing it resolves the error.
1 parent a61fbbd commit fea01d8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

Diff for: ‎binding.gyp

-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
'xcode_settings': {
1212
'OTHER_CFLAGS': [
1313
'<!@(taglib-config --cflags)'
14-
],
15-
'OTHER_LDFLAGS': [
16-
'-dynamiclib'
1714
]
1815
}
1916
}, {

0 commit comments

Comments
 (0)