gendef: install to target specific prefix

This commit is contained in:
Tony Theodore 2015-10-20 20:25:29 +11:00
parent eec1eb66cf
commit 99ff9ca3fe
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ define $(PKG)_BUILD
cd '$(1)/mingw-w64-tools/gendef' && ./configure \
--host='$(BUILD)' \
--build='$(BUILD)' \
--prefix='$(PREFIX)' \
--prefix='$(PREFIX)/$(TARGET)' \
--target='$(TARGET)'
$(MAKE) -C '$(1)/mingw-w64-tools/gendef' -j '$(JOBS)' install
endef