Skip to content

Commit

Permalink
Merge pull request #622 from rotu/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Jun 18, 2024
2 parents a98fa40 + ee60d89 commit af3534c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,6 @@
],
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
'GCC_ENABLE_EXCEPTIONS': 'YES',
'OTHER_CFLAGS': [
"<!(echo \"-arch ${ARCH:=x86_64}\")",
],
'OTHER_LDFLAGS': [
"<!(echo \"-arch ${ARCH:=x86_64}\")",
]
},
}],

Expand Down Expand Up @@ -227,12 +221,6 @@
'DEAD_CODE_STRIPPING': 'YES',
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
'GCC_ENABLE_EXCEPTIONS': 'YES',
'OTHER_CFLAGS': [
"<!(echo \"-arch ${ARCH:=x86_64}\")",
],
'OTHER_LDFLAGS': [
"<!(echo \"-arch ${ARCH:=x86_64}\")",
]
},
}],

Expand Down

0 comments on commit af3534c

Please sign in to comment.