Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Dec 4, 2019
1 parent 6b634ca commit a58bfb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/bandage/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# Run qmake to generate a Makefile
qmake Bandage.pro QMAKE_CXX="$CXX" QMAKE_CC="$CC" QMAKE_CFLAGS="$CFLAGS" QMAKE_CXXFLAGS="$CXXFLAGS"
# DEBUG: what's in here now ?
cat Makefile

# fix the makefile
sed -ie "s/isystem/I/" Makefile
Expand Down

0 comments on commit a58bfb1

Please sign in to comment.