Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed May 4, 2024
1 parent 60168e9 commit c6d013f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +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 ls "$NEKOPATH/include/"
RUN ls "$NEKOPATH"
RUN bash -c "ln -s \"$NEKOPATH\"/include/* \"$PREFIX/include/\""
RUN ls "$PREFIX/include/"
RUN mkdir -p "$PREFIX/lib/neko/"
Expand Down

0 comments on commit c6d013f

Please sign in to comment.