diff options
author | Colin Snover | 2017-01-15 13:31:45 -0600 |
---|---|---|
committer | Colin Snover | 2017-01-15 13:49:33 -0600 |
commit | 5d22cc438f4a8182c66a534efa92eae40dab508a (patch) | |
tree | f7a226aea2b28e253ce1e1edb79c0a02e5d59bd6 /configure | |
parent | a0e9556554640a309b93f7649ce49b2b540cf4c9 (diff) | |
download | scummvm-rg350-5d22cc438f4a8182c66a534efa92eae40dab508a.tar.gz scummvm-rg350-5d22cc438f4a8182c66a534efa92eae40dab508a.tar.bz2 scummvm-rg350-5d22cc438f4a8182c66a534efa92eae40dab508a.zip |
BUILD: Fix N64 build of test runner
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2603,6 +2603,7 @@ case $_host_os in append_var DEFINES "-DDISABLE_NES_APU" append_var DEFINES "-DDISABLE_SID" append_var DEFINES "-DREDUCE_MEMORY_USAGE" + add_line_to_config_mk 'N64 = 1' ;; ps2) append_var CXXFLAGS "-G2" |