mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-07 00:46:33 +02:00
fix --nofft renderer check
This commit is contained in:
@@ -497,7 +497,7 @@ if GetOption('static'):
|
|||||||
|
|
||||||
|
|
||||||
#Add other flags and defines
|
#Add other flags and defines
|
||||||
if not GetOption('nofft') or GetOption('renderer'):
|
if not GetOption('nofft') and not GetOption('renderer'):
|
||||||
env.Append(CPPDEFINES=['GRAVFFT'])
|
env.Append(CPPDEFINES=['GRAVFFT'])
|
||||||
if not GetOption('nolua') and not GetOption('renderer') and not GetOption('font'):
|
if not GetOption('nolua') and not GetOption('renderer') and not GetOption('font'):
|
||||||
env.Append(CPPDEFINES=['LUACONSOLE'])
|
env.Append(CPPDEFINES=['LUACONSOLE'])
|
||||||
|
Reference in New Issue
Block a user