File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ require_venv
5
5
6
6
GLIB_VERSION=$( get_version " glib" )
7
7
8
- build_and_install https://github.com/GNOME/glib.git " $GLIB_VERSION " meson-static --buildtype=plain -Dtests=false
8
+ build_and_install https://github.com/GNOME/glib.git " $GLIB_VERSION " meson-static --prefix= " $( pwd ) /glib/build/ " -- buildtype=plain -Dtests=false
9
9
10
10
mkdir -p artifacts/lib
11
11
mkdir -p artifacts/include
12
- run cp -r build_output /lib/* .a artifacts/lib/
13
- run cp -r build_output /include/glib-2.0/* artifacts/include/
14
- run cp build_output /lib/glib-2.0/include/glibconfig.h artifacts/include/
12
+ cp -r " $( pwd ) " /glib/build /lib/* .a artifacts/lib/
13
+ cp -r " $( pwd ) " /glib/build /include/glib-2.0/* artifacts/include/
14
+ cp " $( pwd ) " /glib/build /lib/glib-2.0/include/glibconfig.h artifacts/include/
You can’t perform that action at this time.
0 commit comments