Skip to content

Commit

Permalink
Correct scons option description.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Jacobs committed Jun 18, 2014
1 parent 812e5ff commit c9df586
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ AddSconsOption('renderer', False, False, "Build the save renderer")

AddSconsOption('wall', False, False, "Error on all warnings")
AddSconsOption('no-warnings', True, False, "Disable all compiler warnings")
AddSconsOption('nolua', False, False, "Target Linux")
AddSconsOption('nofft', False, False, "Target Mac OS X")
AddSconsOption('nolua', False, False, "Disable Lua")
AddSconsOption('nofft', False, False, "Disable FFT")
AddSconsOption("output", False, True, "Executable output name")


Expand Down

0 comments on commit c9df586

Please sign in to comment.