mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 08:22:16 +03:00
actions: add comment for gettext workaround
This commit is contained in:
parent
e1b85e7a16
commit
304895b255
3
.github/workflows/macOS.yml
vendored
3
.github/workflows/macOS.yml
vendored
@ -49,6 +49,9 @@ jobs:
|
||||
gpg --verify Python-${PYTHON_VER}.tgz.asc
|
||||
tar -xzvf Python-${PYTHON_VER}.tgz
|
||||
cd Python-${PYTHON_VER}
|
||||
# Make sure gettext is not installed when configuring Python,
|
||||
# otherwise it seems to break the linking for PyOtherSide build later.
|
||||
# Re-intall after, because it's needed for wget.
|
||||
brew uninstall gettext --ignore-dependencies
|
||||
./configure MACOSX_DEPLOYMENT_TARGET=10.13 CPPFLAGS="-I/opt/openssl/include" LDFLAGS="-L/opt/openssl/lib" CC=clang --enable-framework --with-openssl=/opt/openssl --enable-optimizations
|
||||
sudo make altinstall
|
||||
|
Loading…
Reference in New Issue
Block a user