Skip to content

Commit

Permalink
add ucrt64 in path for compile
Browse files Browse the repository at this point in the history
  • Loading branch information
psalic committed Nov 7, 2024
1 parent bd4dcbf commit 88ef017
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
meson compile -C liblxi/build
meson install -C liblxi/build
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/ucrt64/lib/pkgconfig:$PKG_CONFIG_PATH
export PATH=$PATH:/ucrt64/bin/
meson setup lxi-tools/build lxi-tools
export BUILD_VERSION=$(shell meson introspect --projectinfo lxi-tools/build | /ucrt64/bin/jq -r '.version')
meson compile -j 1 -C lxi-tools/build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
meson compile -C liblxi/build
meson install -C liblxi/build
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/ucrt64/lib/pkgconfig:$PKG_CONFIG_PATH
export PATH=$PATH:/ucrt64/bin/
meson setup lxi-tools/build lxi-tools
export BUILD_VERSION=$(shell meson introspect --projectinfo lxi-tools/build | /ucrt64/bin/jq -r '.version')
meson compile -j 1 -C lxi-tools/build
Expand Down
1 change: 1 addition & 0 deletions msys2_scripts/msys2-lxi-tools-compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ cd $SCRIPT_DIR/../$LIBLXI_DIR && meson install -C build


export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/ucrt64/lib/pkgconfig:$PKG_CONFIG_PATH
export PATH=$PATH:/ucrt64/bin/

cd $SCRIPT_DIR/../$LXI_TOOLS_DIR && git config core.filemode false

Expand Down

0 comments on commit 88ef017

Please sign in to comment.