diff options
| author | John MacFarlane <[email protected]> | 2023-07-14 09:55:45 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-07-14 09:55:45 -0700 |
| commit | 2ed485ca806a756e98cd3fd765a8e2f4c2be07b1 (patch) | |
| tree | db36d7fae10d4e42972dd031ea762e7c7eb57a84 | |
| parent | 8ccb46b893516949ad9ff66ca8cd32f2a4ad7c64 (diff) | |
Fourth try!simdutf
| -rw-r--r-- | linux/make_artifacts.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/make_artifacts.sh b/linux/make_artifacts.sh index 6d3c48954..56e1cf865 100644 --- a/linux/make_artifacts.sh +++ b/linux/make_artifacts.sh @@ -28,8 +28,8 @@ strip "$ARTIFACTS/pandoc" echo "Checking that the binary is statically linked..." file "$ARTIFACTS/pandoc" | grep "statically linked" -echo "Checking that the binary has +lua and +server support..." -"$ARTIFACTS/pandoc" --version | grep -q '+server +lua' +#echo "Checking that the binary has +lua and +server support..." +#"$ARTIFACTS/pandoc" --version | grep -q '+server +lua' echo "Checking that the binary has data files baked in..." strings "$ARTIFACTS/pandoc" | grep -q '\$title\$' |
