diff --git a/Earthfile b/Earthfile index 00baadef0eb..70a1fa68c2a 100644 --- a/Earthfile +++ b/Earthfile @@ -146,6 +146,7 @@ INSTALL_NEKO: ARG PREFIX=/usr/local RUN bash -c "ln -s \"$NEKOPATH\"/{neko,nekoc,nekoml,nekotools} \"$PREFIX/bin/\"" RUN bash -c "ln -s \"$NEKOPATH\"/libneko.* \"$PREFIX/lib/\"" + RUN bash -c "ln -s \"$NEKOPATH\"/include/* \"$PREFIX/include/\"" RUN mkdir -p "$PREFIX/lib/neko/" RUN bash -c "ln -s \"$NEKOPATH\"/*.ndll \"$PREFIX/lib/neko/\"" RUN ldconfig