diff options
Diffstat (limited to 'contrib/libtheora')
-rw-r--r-- | contrib/libtheora/module.defs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/libtheora/module.defs b/contrib/libtheora/module.defs index 9563ba31b..5e4fb57c3 100644 --- a/contrib/libtheora/module.defs +++ b/contrib/libtheora/module.defs @@ -14,3 +14,7 @@ LIBTHEORA.CONFIGURE.extra = \ --with-ogg=$(call fn.ABSOLUTE,$(CONTRIB.build/)) \ --with-vorbis=$(call fn.ABSOLUTE,$(CONTRIB.build/)) \ HAVE_PKG_CONFIG=no + +ifeq (1-msys,$(BUILD.cross)-$(HOST.system)) + LIBTHEORA.CONFIGURE.args.build = --build=$(BUILD.machine)-unknown-linux-gnu +endif |