Skip to content

Commit db901f7

Browse files
authored
Packaging/fix windows (#5274)
* fix cmake dir location * fix windows packaging again
1 parent 58d78de commit db901f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/package-windows.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ cmake -G "Visual Studio 16 2019" -Thost=x64 -A "%halide_arch%" ^
5656
-DWITH_PYTHON_BINDINGS=NO ^
5757
"-DCMAKE_INSTALL_BINDIR=bin/$<CONFIG>" ^
5858
"-DCMAKE_INSTALL_LIBDIR=lib/$<CONFIG>" ^
59+
"-DCMAKE_INSTALL_DATADIR=share/Halide" ^
5960
"-DHALIDE_INSTALL_CMAKEDIR=lib/cmake/Halide" ^
60-
"-DHALIDE_INSTALL_DATADIR=share/Halide" ^
6161
-S "%halide_source%" ^
6262
-B "%halide_build_root%"
6363
if ERRORLEVEL 1 goto error

0 commit comments

Comments
 (0)