Skip to content

Commit

Permalink
fix --nofft renderer check
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Aug 30, 2019
1 parent 5dd4897 commit 1dc3e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConscript
Expand Up @@ -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'])
Expand Down

0 comments on commit 1dc3e9e

Please sign in to comment.