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

git: fix cross compilation on macOS
This commit is contained in:
Rosen Penev
2020-01-25 15:24:46 -08:00
committed by GitHub
2 changed files with 46 additions and 1 deletions
+2 -1
View File
@@ -98,7 +98,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 \