From 408a734d4392d942e6b96b5fd934e7a66292e093 Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Fri, 27 Mar 2026 18:25:52 +0300 Subject: [PATCH] Update c-cpp.yml --- .github/workflows/c-cpp.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 6e0c069..a852f7e 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -32,15 +32,12 @@ jobs: - name: Mac libraries if: ${{ startsWith(matrix.target, 'macos') }} run: brew install pcre - - name: Test Mac PCRE - if: ${{ startsWith(matrix.target, 'macos') }} - run: echo "#include \n int main(){return 0;}" | cc -x c -l pcre -o testpcre - - name: ln Mac if: ${{ startsWith(matrix.target, 'macos') }} run: ln -s Makefile.FreeBSD Makefile - name: Mac variables if: ${{ startsWith(matrix.target, 'macos') }} - run: echo "LDFLAGS=-L/usr/local/opt/openssl/lib -L/opt/homebrew/opt/openssl/lib" >> $GITHUB_ENV && echo "CFLAGS=-I/usr/local/opt/openssl/include -I/opt/homebrew/opt/openssl/include" >> $GITHUB_ENV + run: echo "LDFLAGS=-L/usr/local/lib -L/usr/local/opt/openssl/lib -L/opt/homebrew/opt/openssl/lib" >> $GITHUB_ENV && echo "CFLAGS=-I/usr/local/include -I/usr/local/opt/openssl/include -I/opt/homebrew/opt/openssl/include" >> $GITHUB_ENV - name: ln Windows if: ${{ startsWith(matrix.target, 'windows') }} run: copy Makefile.win Makefile