Skip to content

Commit

Permalink
fix readline include dir
Browse files Browse the repository at this point in the history
  • Loading branch information
maminrayej committed Jul 7, 2024
1 parent 63a11a7 commit beda6ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-wasix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
LIBLZMA_DIR: "/opt/liblzma"
UTIL_LINUX_DIR: "/opt/util-linux"
NCURSES_DIR: "/opt/ncurses"
READLINE_DIR: "/opt/readline"
READLINE_DIR: "/opt/readline/readline"
CROSS_BUILD_PYTHON: cross-build/build
CROSS_BUILD_WASIX: cross-build/wasix
WASIX_INSTALL: /opt/wasix_install
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
WASIX_LIBLZMA_LIBS="-L${{ env.LIBLZMA_DIR }} -llzma" \
WASIX_LIBUUID_CFLAGS="-I ${{ env.UTIL_LINUX_DIR }}/libuuid/src" \
WASIX_LIBUUID_LIBS="-L ${{ env.UTIL_LINUX_DIR }} -l uuid" \
WASIX_LIBREADLINE_CFLAGS="-I ${{ env.READLINE_DIR }}" \
WASIX_LIBREADLINE_CFLAGS="-I ${{ env.READLINE_DIR }}/.." \
WASIX_LIBREADLINE_LIBS="-L ${{ env.READLINE_DIR }} -L ${{ env.NCURSES_DIR }}/lib -lreadline -lncurses" \
python3 Tools/wasm/wasm_build.py wasix build
- name: "List dirs"
Expand Down

0 comments on commit beda6ae

Please sign in to comment.