Skip to content

Commit

Permalink
ci (osx): attempt static build
Browse files Browse the repository at this point in the history
  • Loading branch information
oz123 committed Jul 23, 2024
1 parent ee45514 commit f0eb363
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ jobs:
run: |
#clang -o mh -D VERSION=\"aa30377\" queue.c mh.c main.c -Wall $(pkg-config --cflags --libs libpcre2-8)
make mh CC=clang LIBS="$(pkg-config --cflags --libs libpcre2-8) -lpthread"
make mh-static CC=clang LIBS="$(pkg-config --cflags --libs libpcre2-8) -lpthread"

0 comments on commit f0eb363

Please sign in to comment.