fix --nofft renderer check

This commit is contained in:
jacob1 2019-08-29 23:35:04 -04:00
parent 5dd4897fa4
commit 1dc3e9e296

View File

@ -497,7 +497,7 @@ if GetOption('static'):
#Add other flags and defines
if not GetOption('nofft') or GetOption('renderer'):
if not GetOption('nofft') and not GetOption('renderer'):
env.Append(CPPDEFINES=['GRAVFFT'])
if not GetOption('nolua') and not GetOption('renderer') and not GetOption('font'):
env.Append(CPPDEFINES=['LUACONSOLE'])