Skip to content

Commit

Permalink
[GHA asy] fix line matching
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@70457 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
norbusan committed Mar 7, 2024
1 parent 4217171 commit 1ab6935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/build-asy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ $TL_MAKE -j2
# relink with static libtirpc if possible
sed -i -e '/^LFLAGS/s/-ltirpc/-Wl,-Bstatic -ltirpc -Wl,-Bdynamic/' Makefile
# static linking of stdc++
sed -i -e '/^LDFLAG/s/= /= -static-libgcc -static-libstdc++ /' Makefile
sed -i -e '/^LFLAG/s/= /= -static-libgcc -static-libstdc++ /' Makefile
$TL_MAKE

strip asy
Expand Down

0 comments on commit 1ab6935

Please sign in to comment.