Skip to content

Commit e813680

Browse files
glingaborcsardi
andauthored
Update builder/package.opensuse-156
Co-authored-by: Gábor Csárdi <[email protected]>
1 parent 2472889 commit e813680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/package.opensuse-156

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if [[ "${R_VERSION}" =~ ^3 ]]; then
1212
fi
1313

1414
# R 4.5.0 and later require libzstd (with headers to link against libR)
15-
zstd_libs='# - libzstd-dev'
15+
zstd_libs='# - libzstd-devel'
1616
if grep -q '^LIBS *=.*[-]lzstd' ${R_INSTALL_PATH}/lib/R/etc/Makeconf; then
1717
zstd_libs='- libzstd-devel'
1818
fi

0 commit comments

Comments
 (0)