diff options
author | Wolfgang Schupp <w.schupp@a1.net> | 2015-02-01 11:47:06 +0100 |
---|---|---|
committer | Wolfgang Schupp <w.schupp@a1.net> | 2015-02-01 11:47:06 +0100 |
commit | b21717461f87e624385aedae18d4fd13c70b0612 (patch) | |
tree | 76554dd54ec3a25744bd78b5adc7fc2f8b766c60 /Makefile.in | |
parent | 4aa711b97714bb3167392f7e3ed0d8bcf47095e5 (diff) | |
parent | 796839b7bef7dc442245273455305cc89e96c31f (diff) |
Merge pull request #5570 from rbalint/mips
Mips port
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 37c549a29a..bab75a77a0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -439,7 +439,7 @@ ifeq (@USE_ASAP_CODEC@,1) endif endif $(MAKE) -C lib/stsound/StSoundLibrary -ifeq ($(or $(findstring powerpc,@ARCH@),$(findstring x86_64-linux,@ARCH@),$(findstring arm, @ARCH@),$(findstring freebsd,@ARCH@)),) +ifeq ($(or $(findstring powerpc,@ARCH@),$(findstring x86_64-linux,@ARCH@),$(findstring arm, @ARCH@),$(findstring freebsd,@ARCH@),$(findstring mips,@ARCH@)),) $(MAKE) -C lib/snesapu/SNES/SNESAPU endif imagelib: dllloader |