mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
fix njoy build for non win32 os, and small osx64 build fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1965 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -211,6 +211,7 @@ env['HAVE_AO'] = conf.CheckPKG('ao')
|
||||
#osx 64 specifics
|
||||
if sys.platform == 'darwin':
|
||||
if env['osx'] == '64cocoa':
|
||||
env['nowx'] = True
|
||||
compileFlags += ['-arch' , 'x86_64' ]
|
||||
conf.Define('MAP_32BIT', 0)
|
||||
|
||||
|
Reference in New Issue
Block a user