diff options
author | Fneufneu <fneufneu@xbmc.org> | 2011-04-12 17:55:24 +0200 |
---|---|---|
committer | Fneufneu <fneufneu@xbmc.org> | 2012-05-07 09:33:53 +0200 |
commit | 9590e609952a4b11784247545ac4b550a3d1aa6b (patch) | |
tree | 2a4de880753a1522cf7d331bd18c778320f0be6c /Makefile.in | |
parent | e8a909236b4369201178fedf6b97d308ada3e4a9 (diff) |
[FreeBSD] remove SNESAPU from the build
Diffstat (limited to 'Makefile.in')
-rwxr-xr-x | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 6c92bc9b3f..615c094daf 100755 --- a/Makefile.in +++ b/Makefile.in @@ -291,7 +291,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@)),) +ifeq ($(or $(findstring powerpc,@ARCH@),$(findstring x86_64-linux,@ARCH@),$(findstring arm, @ARCH@),$(findstring freebsd,@ARCH@)),) $(MAKE) -C lib/snesapu/SNES/SNESAPU endif imagelib: dllloader |