Skip to content

Commit

Permalink
Try to remove explicit compiler and linker flags
Browse files Browse the repository at this point in the history
  • Loading branch information
artemgavrilov committed Jan 23, 2024
1 parent 720e5c9 commit 3d7f24b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/postgresql-16-src-make-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ jobs:

- name: Build postgres-tde-ext
run: |
export LDFLAGS="-L/usr/local/opt/json-c/lib -ljson-c"
export CPPFLAGS="-I/usr/local/opt/json-c/include/json-c"
./configure
make -j
sudo make install
Expand Down

0 comments on commit 3d7f24b

Please sign in to comment.