FCEUX 2.2.1 Public Release
This commit is contained in:
parent
bb03b4e7e3
commit
3b15d73506
|
@ -34,8 +34,8 @@ prefix = GetOption('prefix')
|
||||||
env = Environment(options = opts)
|
env = Environment(options = opts)
|
||||||
|
|
||||||
#### Uncomment this for a public release ###
|
#### Uncomment this for a public release ###
|
||||||
#env.Append(CPPDEFINES=["PUBLIC_RELEASE"])
|
env.Append(CPPDEFINES=["PUBLIC_RELEASE"])
|
||||||
#env['DEBUG'] = 0
|
env['DEBUG'] = 0
|
||||||
############################################
|
############################################
|
||||||
|
|
||||||
# LSB_FIRST must be off for PPC to compile
|
# LSB_FIRST must be off for PPC to compile
|
||||||
|
|
Loading…
Reference in New Issue