Merge pull request #9795 from LoEE/jpc/git-macos-cross

[18.06]git: fix cross compilation on macOS
This commit is contained in:
Rosen Penev
2020-01-25 15:25:00 -08:00
committed by GitHub
2 changed files with 46 additions and 1 deletions
+2 -1
View File
@@ -87,7 +87,8 @@ MAKE_FLAGS := \
GITWEB_JS="/gitweb/gitweb.js" \
GITWEB_CSS="/gitweb/gitweb.css" \
GITWEB_LOGO="/gitweb/gitweb-logo.png" \
GITWEB_FAVICON="/gitweb/gitweb-favicon.png"
GITWEB_FAVICON="/gitweb/gitweb-favicon.png" \
uname_S="Linux" \
CONFIGURE_ARGS += \
--without-iconv \