소스 검색

build: disable SDL output redirection and try to disable winedbg.exe.

legacy
Sam Hocevar sam 13 년 전
부모
커밋
6613dc3699
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. +6
    -6
      build/lol-build

+ 6
- 6
build/lol-build 파일 보기

@@ -86,12 +86,12 @@ __init__()
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
WINEDLLOVERRIDES="winemenubuilder.exe,wineboot.exe,explorer.exe,winedbg.exe=d"
export WINEDLLOVERRIDES
# Ensure SDL does not redirect stdout/stderr to local files
SDL_STDIO_REDIRECT=0
export SDL_STDIO_REDIRECT
}

bootstrap()


불러오는 중...
취소
저장