Skip to content

Commit

Permalink
libobf have reverted the change that made ee3a71a necessary, revertin…
Browse files Browse the repository at this point in the history
…g it
  • Loading branch information
Vargol committed Feb 7, 2023
1 parent ee3a71a commit f5a69cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/build-libpng.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ make_compile () {
make install
checkStatus $? "installation of ${SOFTWARE} failed"

ln -s $3/lib/png16.a $3/lib/libpng16.a
checkStatus $? "linking libpng16.a failed"
# ln -s $3/lib/png16.a $3/lib/libpng16.a
# checkStatus $? "linking libpng16.a failed"

}

Expand Down

0 comments on commit f5a69cf

Please sign in to comment.