Skip to content

Commit

Permalink
Fix build because of missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
sakhnik committed Sep 9, 2022
1 parent beda619 commit 9408417
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/prepare-gtkpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fi
cd src/gtkpp

if [[ ! -d gir2cpp ]]; then
git clone https://github.com/sakhnik/gir2cpp -b v0.0.5
git clone https://github.com/sakhnik/gir2cpp -b v0.0.6
fi

pip install -r gir2cpp/requirements.txt
Expand Down Expand Up @@ -67,6 +67,8 @@ config.ignore = re.compile(r"""^(
GObject::Object::compat_control
|
Gio::SettingsBackend.*
|
Gio::Desktop.*
)$""", re.VERBOSE)
config.out_dir = '$out_dir'
config.gir_dir = '$gir_dir'
Expand Down

0 comments on commit 9408417

Please sign in to comment.