Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Jan 15, 2024
1 parent c9e2401 commit 5cb8342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpsl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ _VER="$1"
python3 '../src/psl-make-dafsa' --output-format=cxx+ '../list/public_suffix_list.dat' 'suffixes_dafsa.h'
# shellcheck disable=SC2086
${_CC_GLOBAL} ${_CFLAGS_GLOBAL} ${_CFLAGS_GLOBAL_AUTOTOOLS} ${_CPPFLAGS_GLOBAL} \
-DENABLE_BUILTIN -DHAVE_VISIBILITY -DBUILDING_PSL \
-DENABLE_BUILTIN -DHAVE_VISIBILITY=1 -DBUILDING_PSL \
-DPACKAGE_VERSION="\"${LIBPSL_VER_}\"" \
-I. -I../include -c ../src/*.c
"${AR}" rcs libpsl.a ./*.o
Expand Down

0 comments on commit 5cb8342

Please sign in to comment.