Skip to content

Commit b611c1c

Browse files
committed
windows workflow: properly set the install prefix for the simde lib
1 parent 9169b66 commit b611c1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
wget https://github.com/simd-everywhere/simde/archive/refs/tags/v0.8.2.tar.gz
143143
tar xzf v0.8.2.tar.gz
144144
cd simde-0.8.2
145-
python ../meson-1.10.0/meson.py setup build -Dbuildtype=release -Dtests=false
145+
python ../meson-1.10.0/meson.py setup build -Dbuildtype=release -Dtests=false -Dprefix=c:/msys2/msys64/usr/local
146146
python ../meson-1.10.0/meson.py install -C build
147147
148148
- name: Configure build

0 commit comments

Comments
 (0)