Kaynağa Gözat

build: do not launch weird Windows binaries when cross-compiling.

legacy
Sam Hocevar sam 12 yıl önce
ebeveyn
işleme
a4f4367877
1 değiştirilmiş dosya ile 8 ekleme ve 0 silme
  1. +8
    -0
      build/lol-build

+ 8
- 0
build/lol-build Dosyayı Görüntüle

@@ -84,6 +84,14 @@ __init__()
M4PATH="$M4PATH:./external/gtk-2.22.1/share/aclocal"
;;
esac

# Ensure we don’t launch weird Windows binaries when cross-compiling
case "${platform}" in
win*)
WINEDLLOVERRIDES="winemenubuilder.exe=d;wineboot.exe=d"
export WINEDLLOVERRIDES
;;
esac
}

bootstrap()


Yükleniyor…
İptal
Kaydet