summaryrefslogtreecommitdiffstats
path: root/contrib/lame
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2019-04-16 11:31:29 -0600
committerJohn Stebbins <[email protected]>2019-04-17 07:27:17 -0600
commit046eb043aeebc31b922f632422b88107e840fd0b (patch)
treeda5955574f4a2029a29ceed0e10ae06625978037 /contrib/lame
parent8e52e9720f7c5d5b39897f43ae8c6bace5292c19 (diff)
make: finish correcting host/build semantics
Diffstat (limited to 'contrib/lame')
-rw-r--r--contrib/lame/module.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/lame/module.defs b/contrib/lame/module.defs
index 05c8bd013..a874fb3a2 100644
--- a/contrib/lame/module.defs
+++ b/contrib/lame/module.defs
@@ -10,6 +10,6 @@ ifneq (none,$(FFMPEG.GCC.g))
LAME.CONFIGURE.extra += --enable-debug
endif
-ifeq (1-msys,$(BUILD.cross)-$(HOST.system))
+ifeq (1-msys,$(HOST.cross)-$(BUILD.system))
LAME.CONFIGURE.args.build = --build=$(BUILD.machine)-unknown-linux-gnu
endif