Skip to content

Commit

Permalink
fPIC on compile xerces
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonRolev committed Oct 1, 2024
1 parent ff3b903 commit 7a68f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-linux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
shell: bash
working-directory: xerces-c
run: |
./configure --disable-shared --enable-xmlch-uint16_t --prefix=$(pwd)/_build
./configure --disable-shared --enable-xmlch-uint16_t --prefix=$(pwd)/_build CFLAGS="-fPIC" CXXFLAGS="-fPIC"
make -j
make install
Expand Down

0 comments on commit 7a68f78

Please sign in to comment.