diff options
-rwxr-xr-x | backends/platform/maemo/debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/maemo/debian/rules b/backends/platform/maemo/debian/rules index 70f52aac8f..0e72c8aa9a 100755 --- a/backends/platform/maemo/debian/rules +++ b/backends/platform/maemo/debian/rules @@ -6,8 +6,8 @@ build: scummvm scummvm: dh_testdir - ./configure --host=maemo - $(MAKE) + ./configure --host=maemo $(CONFIGURE_EXTRA_ARGS) + $(MAKE) $(MAKE_EXTRA_ARGS) clean: dh_testdir |