summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \