tresinformal / basketball

Trêsinformal's 2024 team basketball game
GNU General Public License v3.0
0 stars 0 forks source link

Link to gcov #60

Closed richelbilderbeek closed 8 months ago

richelbilderbeek commented 8 months ago

Currently, game.pro has this line:

    # LIBS += -lgcov

This helped out a team member.

However, for linking on GHA it is needed.

Fix it somehow :-)

richelbilderbeek commented 8 months ago

Works fine:

sed 's/# LIBS += -lgcov/LIBS += -lgcov/' game.pro
richelbilderbeek commented 8 months ago

Work on issue_60...

richelbilderbeek commented 8 months ago

Works!