Skip to content

Commit dbfa39b

Browse files
committed
Add luarocks to install luautf8, which is needed in the runtime
1 parent 48fe07b commit dbfa39b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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
5254
tools:
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.

0 commit comments

Comments
 (0)