Skip to content

Commit

Permalink
Update check_classic_mac_basic.yml
Browse files Browse the repository at this point in the history
Simplify basic macOS check build.

Extra CFLAG settings to configure.ac for libconfig libpopt and openssl/libcrypto enable compilation on macOS without extra flag settings.
  • Loading branch information
mikebrady authored Apr 25, 2024
1 parent 9887537 commit 45767ef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/check_classic_mac_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
- name: Configure
run: |
export CPPFLAGS="-I/usr/local/opt/openssl@3/include"
export LDFLAGS="-L/usr/local/opt/openssl@3/lib"
export PATH="/usr/local/opt/openssl/bin:${PATH}"
export PKG_CONFIG_PATH="/usr/local/opt/openssl@3/lib/pkgconfig"
autoreconf -fi
./configure --with-os=darwin --with-ao --with-stdout --with-dns_sd --with-ssl=openssl
Expand Down

0 comments on commit 45767ef

Please sign in to comment.