summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2010-09-20 12:24:47 (GMT)
committerTony Theodore <tonyt@logyst.com>2010-09-20 12:24:47 (GMT)
commit35e062043a0a5f4bee417104f36e6323dca39b23 (patch)
tree060ddbe08e7e773e4e1b32270ec1c5d17f2a79e8
parent8caecd3e69c7679017cda080c2697ce8666a2a0d (diff)
downloadmxe-35e062043a0a5f4bee417104f36e6323dca39b23.zip
mxe-35e062043a0a5f4bee417104f36e6323dca39b23.tar.gz
mxe-35e062043a0a5f4bee417104f36e6323dca39b23.tar.bz2
improve libvpx: use $(TARGET) instead of i686-pc-mingw32
-rw-r--r--src/libvpx.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libvpx.mk b/src/libvpx.mk
index 8a56b2a..324950d 100644
--- a/src/libvpx.mk
+++ b/src/libvpx.mk
@@ -20,9 +20,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && \
- NM="i686-pc-mingw32-nm" \
- STRIP="i686-pc-mingw32-strip" \
- CC="i686-pc-mingw32-gcc" \
+ CROSS='$(TARGET)-' \
./configure \
--prefix='$(PREFIX)/$(TARGET)' \
--target=x86-win32-gcc \