Skip to content

Commit

Permalink
CI: glib is target specific
Browse files Browse the repository at this point in the history
  • Loading branch information
DerryAlex committed Nov 4, 2024
1 parent 9245613 commit 5ffc22e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/girepository-1.0/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,9 @@ do
gi-compile-repository ${gir} -o ../${typelib} --includedir .
done

# LLP64
sed -i 's/glong/gint/g' GLib-2.0.gir
sed -i 's/gulong/guint/g' GLib-2.0.gir
gi-compile-repository GLib-2.0.gir -o ../x86_64-windows/GLib-2.0.typelib

cd ..

0 comments on commit 5ffc22e

Please sign in to comment.