Skip to content

Commit 2660cb1

Browse files
committed
Merge pull request livecode#3506 from livecodefraser/mac64-enable
Enable 64-bit OSX builds in Release mode
2 parents 2a747f3 + dce6da0 commit 2660cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/mac.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
{
186186
'xcode_settings':
187187
{
188-
'ARCHS': 'i386',
188+
'ARCHS': 'i386 x86_64',
189189
'GCC_OPTIMIZATION_LEVEL': '3',
190190
'GCC_ENABLE_FIX_AND_CONTINUE': 'NO',
191191
#'LLVM_LTO': 'YES',

0 commit comments

Comments
 (0)