We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3496b0a commit d1f8dd2Copy full SHA for d1f8dd2
.github/workflows/python-publish.yml
@@ -110,8 +110,8 @@ jobs:
110
111
# Force GTK flags for Linux build manually to help CMake find headers
112
if [ "${{ runner.os }}" == "Linux" ]; then
113
- export CFLAGS=$(pkg-config --cflags gtk+-2.0)
114
- export CXXFLAGS=$(pkg-config --cflags gtk+-2.0)
+ export CFLAGS="$(pkg-config --cflags gtk+-2.0) -Wno-error"
+ export CXXFLAGS="$(pkg-config --cflags gtk+-2.0) -Wno-error"
115
echo "Forcing CFLAGS: $CFLAGS"
116
fi
117
0 commit comments