Skip to content

Commit

Permalink
now workds on modern linux ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
kemin711 committed Dec 7, 2016
1 parent 791c089 commit 4accbe0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fixpngsupport.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh

png_support=$(grep INCLUDE_PNG_SUPPORT config.h)
#echo $png_support
if [ "$png_support" ]; then
sed -i "58a$png_support" include/plotter.h
fi

0 comments on commit 4accbe0

Please sign in to comment.