aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorColin Snover2017-01-15 18:31:05 -0600
committerColin Snover2017-01-15 18:32:07 -0600
commit9ff41967a04e54e5de6207b8c46442833857aadc (patch)
tree3935db8aeb7c27c0587870f60eacf750b3baabf1 /configure
parentad1bb852eb74c336c84bedf2999c0040bf7a04bd (diff)
downloadscummvm-rg350-9ff41967a04e54e5de6207b8c46442833857aadc.tar.gz
scummvm-rg350-9ff41967a04e54e5de6207b8c46442833857aadc.tar.bz2
scummvm-rg350-9ff41967a04e54e5de6207b8c46442833857aadc.zip
BUILD: Fix PSP build of test runner
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 8b7b86f958..7eaf54a6bc 100755
--- a/configure
+++ b/configure
@@ -2637,6 +2637,7 @@ case $_host_os in
append_var CXXFLAGS "-I$PSPSDK/include"
# FIXME: Why is the following in CXXFLAGS and not in DEFINES? Change or document this.
append_var CXXFLAGS "-D_PSP_FW_VERSION=150"
+ add_line_to_config_mk 'PSP = 1'
;;
solaris*)
append_var DEFINES "-DSOLARIS"