Skip to content

Commit 74a27d8

Browse files
committed
Try harder to find things in /usr/local
1 parent dcb0d96 commit 74a27d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ task:
1515
- pkg upgrade -y
1616
- pkg install -y evdev-proto meson ninja pkgconf
1717
script:
18-
- meson _build
18+
- env CPPFLAGS='-isystem /usr/local/include' CFLAGS='-isystem /usr/local/include' meson _build
1919
- ninja -C _build

0 commit comments

Comments
 (0)