Kaydet (Commit) 398721c2 authored tarafından David Tardon's avatar David Tardon

use configured HOST_PLATFORM instread of hardcoded triplet

üst 5bb51521
...@@ -54,8 +54,8 @@ MINGW_DLLS+=$(MINGW_GXXDLL) ...@@ -54,8 +54,8 @@ MINGW_DLLS+=$(MINGW_GXXDLL)
# Guesstimate where the DLLs can be # Guesstimate where the DLLs can be
POTENTIAL_MINGW_RUNTIME_BINDIRS = \ POTENTIAL_MINGW_RUNTIME_BINDIRS = \
$(COMPATH)/i686-w64-mingw32/sys-root/mingw/bin \ $(COMPATH)/$(HOST_PLATFORM)/sys-root/mingw/bin \
/usr/i686-w64-mingw32/sys-root/mingw/bin \ /usr/$(HOST_PLATFORM)/sys-root/mingw/bin \
all: all:
@for DLL in $(MINGW_DLLS) ; do \ @for DLL in $(MINGW_DLLS) ; do \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment