Skip to content

Commit

Permalink
🩹 Limit version to lua 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Nov 12, 2024
1 parent 2141726 commit 6340485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
set -e
cd "$(dirname "$(dirname "$(readlink -f "$0")")")"

eval "luarocks install --local --force assets/rockspecs/xml-1.1.3-1.rockspec STDCPP_LIBDIR=$(scripts/get-STDCPP_LIBDIR.nix)"
eval "luarocks install --local --force lua-requests OPENSSL_INCDIR=$(scripts/get-OPENSSL_INCDIR.nix) OPENSSL_LIBDIR=$(scripts/get-OPENSSL_LIBDIR.nix)"
eval "luarocks install --lua-version 5.1 --local --force assets/rockspecs/xml-1.1.3-1.rockspec STDCPP_LIBDIR=$(scripts/get-STDCPP_LIBDIR.nix)"
eval "luarocks install --lua-version 5.1 --local --force lua-requests OPENSSL_INCDIR=$(scripts/get-OPENSSL_INCDIR.nix) OPENSSL_LIBDIR=$(scripts/get-OPENSSL_LIBDIR.nix)"

0 comments on commit 6340485

Please sign in to comment.