Skip to content

Commit

Permalink
CI live555: add -fPIC
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPulec committed Jun 11, 2024
1 parent 906b3fd commit 0bf3e73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/install-common-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ download_build_live555() {{
pacman -Sy --noconfirm binutils
elif [ "$(uname -s)" = Linux ]; then
export CXXFLAGS=-DXLOCALE_NOT_USED
export CPPFLAGS=-fPIC
target=linux
else
target=macosx
Expand Down

0 comments on commit 0bf3e73

Please sign in to comment.