Skip to content

Commit

Permalink
chg: Flatpak script updated !minor
Browse files Browse the repository at this point in the history
  • Loading branch information
lcgamboa committed Jul 7, 2024
1 parent a689cb6 commit 0ab97a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ modules:
buildsystem: simple
build-commands:
- cd lunasvg; mkdir build
- cd lunasvg/build;export CXXFLAGS="-fPIC"; export CFLAGS="-fPIC"; cmake ..; make
- cd lunasvg/build;export CXXFLAGS="-fPIC"; export CFLAGS="-fPIC"; cmake -DBUILD_SHARED_LIBS=OFF -DBUILD_STATIC_LIBS=ON ..; make
- sed -i 's/\"..\/..\/lunasvg\/include\/lunasvg.h\"/\"..\/lunasvg\/include\/lunasvg.h\"/g' lib/lxutils.cc
- sed -i 's/..\/..\/lunasvg\/build\/include\//..\/lunasvg\/build\/include\//g' lib/Makefile.in
- ./configure --prefix=/app
Expand Down

0 comments on commit 0ab97a1

Please sign in to comment.