mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(glib)
move more headers into /include
This commit is contained in:
parent
650bc0a3f5
commit
4da816e4f6
|
@ -46,6 +46,15 @@ build:
|
||||||
rm *.bak
|
rm *.bak
|
||||||
|
|
||||||
cd ../../include
|
cd ../../include
|
||||||
|
|
||||||
|
mv glib-{{version.major}}.0/* .
|
||||||
|
rmdir glib-{{version.major}}.0
|
||||||
|
ln -s . glib-{{version.major}}.0
|
||||||
|
|
||||||
|
mv gio-unix-{{version.major}}.0/gio/* gio/
|
||||||
|
rmdir -p gio-unix-{{version.major}}.0/gio
|
||||||
|
ln -s . gio-unix-{{version.major}}.0
|
||||||
|
|
||||||
ln -s ../lib/glib-{{version.major}}.0/include/* .
|
ln -s ../lib/glib-{{version.major}}.0/include/* .
|
||||||
|
|
||||||
#REF https://github.com/Homebrew/homebrew-core/blob/d0e65698ccd502335bea68ce879ae02e1735db0d/Formula/glib.rb#L66-L67
|
#REF https://github.com/Homebrew/homebrew-core/blob/d0e65698ccd502335bea68ce879ae02e1735db0d/Formula/glib.rb#L66-L67
|
||||||
|
|
Loading…
Reference in a new issue