Skip to content

Commit 38d9993

Browse files
Merge pull request #114 from IntelPython/fix-windows-script
Use INSTALL_PATH in cmake call
2 parents 438d620 + 59fab30 commit 38d9993

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conda-recipe/bld.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rmdir /S /Q "%INSTALL_PREFIX%"
1717

1818
cmake -G Ninja ^
1919
-DCMAKE_BUILD_TYPE=Release ^
20-
"-DCMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX%" ^
20+
"-DCMAKE_INSTALL_PREFIX=%INSTALL_PREFIX%" ^
2121
"-DCMAKE_PREFIX_PATH=%LIBRARY_PREFIX%" ^
2222
"-DDPCPP_ROOT=%DPCPP_ROOT%" ^
2323
"%SRC_DIR%/backends"
@@ -29,7 +29,7 @@ IF %ERRORLEVEL% NEQ 0 exit 1
2929

3030
cd ..
3131
xcopy install\lib\*.lib dpctl /E /Y
32-
xcopy install\lib\*.dll dpctl /E /Y
32+
xcopy install\bin\*.dll dpctl /E /Y
3333

3434
mkdir dpctl\include
3535
xcopy backends\include dpctl\include /E /Y

0 commit comments

Comments
 (0)