File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,11 @@ luacurl:
4949
5050# curl is used since mesonInstaller.sh copies over the shared library dylib
5151# dylibbundler is used to copy over dylibs that lcurl.so uses
52+ # luautf8 is used at runtime; the version is picked to match the PathOfBuilding
53+ # version from https://github.com/PathOfBuildingCommunity/PathOfBuilding/blob/5eb8bd3bd2ad1b2ce0ee2f850e69b3197de8572c/Dockerfile#L35
5254tools :
53- arch --x86_64 brew install qt@5 luajit zlib meson curl dylibbundler gcc@12
55+ arch --x86_64 brew install qt@5 luajit zlib meson curl dylibbundler gcc@12 luarocks; \
56+ luarocks install luautf8 0.1.6-1
5457
5558# We don't usually modify the PathOfBuilding directory, so there's rarely a
5659# need to delete it. We separate it out to a separate task.
You can’t perform that action at this time.
0 commit comments