Skip to content

Commit

Permalink
try psl builds
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Jan 14, 2024
1 parent 9601f1f commit 2d1199a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _dl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ fi
if [[ "${_CONFIG}" = *'idn2'* ]]; then
_DEPS+=' libidn2'
fi
if [[ "${_CONFIG}" = *'psl'* ]]; then
if true || [[ "${_CONFIG}" = *'psl'* ]]; then
_DEPS+=' libpsl'
fi
if [[ "${_CONFIG}" = *'gsasl'* ]]; then
Expand Down

0 comments on commit 2d1199a

Please sign in to comment.