Skip to content

Commit 119b34a

Browse files
committed
chore(Makefile): fix libiio version for systemd-ext
1 parent 49e3928 commit 119b34a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ SSH_DATA_PATH ?= /home/$(SSH_USER)/Projects
3535
# systemd-sysext variables
3636
SYSEXT_ID ?= steamos
3737
SYSEXT_VERSION_ID ?= 3.6.3
38-
SYSEXT_LIBIIO_VERSION ?= 0.26-3
38+
SYSEXT_LIBIIO_VERSION ?= 0.26-4
3939
SYSEXT_LIBSERIALPORT_VERSION ?= 0.1.2-1
4040

4141
# Include any user defined settings

0 commit comments

Comments
 (0)