diff options
author | maxd <[email protected]> | 2017-07-24 16:24:49 +0200 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2017-10-05 17:17:34 -0400 |
commit | b13b37ef9b2b9a09d25d963a0c9ae759070568b7 (patch) | |
tree | 49e6528f1b5eaf960eebb20800f3ce3b840f3268 /contrib/lame | |
parent | 72b4ee71638ab2f0b658f3076119b3d28f41f177 (diff) |
MSYS compilation on Windows and for Windows
Diffstat (limited to 'contrib/lame')
-rw-r--r-- | contrib/lame/module.defs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/lame/module.defs b/contrib/lame/module.defs index b6bca0f70..400146781 100644 --- a/contrib/lame/module.defs +++ b/contrib/lame/module.defs @@ -8,3 +8,7 @@ LAME.FETCH.sha256 = 24346b4158e4af3bd9f2e194bb23eb473c75fb7377011523353196b19b9 ifneq (none,$(FFMPEG.GCC.g)) LAME.CONFIGURE.extra += --enable-debug endif + +ifeq (1-msys,$(BUILD.cross)-$(HOST.system)) + LAME.CONFIGURE.args.build = --build=$(BUILD.machine)-unknown-linux-gnu +endif |