diff options
| author | jacob1 <jfu614@gmail.com> | 2013-05-13 23:08:20 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-05-13 23:08:20 (GMT) |
| commit | 8aa9f96843abfdc8ca619412032f2d2c78fe3ccc (patch) | |
| tree | feab8f97016dae7d203ac1e74c72b2b54937ea6c /SConscript | |
| parent | e5cbcecdb9b796c41a4a6e582d4805f0fbc7351e (diff) | |
| parent | 196c4e9c66c8e2c9abd58dfbe3c41478f0e70b2b (diff) | |
| download | powder-8aa9f96843abfdc8ca619412032f2d2c78fe3ccc.zip powder-8aa9f96843abfdc8ca619412032f2d2c78fe3ccc.tar.gz | |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'SConscript')
| -rwxr-xr-x | SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -141,7 +141,7 @@ env.Append(CPPDEFINES=["_GNU_SOURCE", "USE_STDINT", "_POSIX_C_SOURCE=200112L"]) if not GetOption('nofft'): env.Append(CPPDEFINES=["GRAVFFT"]) if not GetOption('nolua'): - env.Append(CPPDEFINED=["LUACONSOLE"]) + env.Append(CPPDEFINES=["LUACONSOLE"]) if GetOption("ptw32-static"): env.Append(CPPDEFINES=['PTW32_STATIC_LIB']); |
