Skip to content

Commit e20596e

Browse files
committed
fixed typo in windows build script
1 parent 63d21c3 commit e20596e

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
@@ -167,7 +167,7 @@ jobs:
167167
-DCTL_INCLUDE_DIR=/usr/local/include/CTL \
168168
-DCMAKE_LIBRARY_PATH=/usr/local/lib \
169169
-DBUILD_BUNDLE=1 \
170-
-DENABLE_SIMDE=${ART_SIMDE}
170+
-DENABLE_SIMDE=${ART_SIMDE} \
171171
-DCMAKE_CXX_FLAGS="${ART_CXX_FLAGS}" \
172172
../repo
173173
cd ..

0 commit comments

Comments
 (0)