mirror of https://github.com/m-labs/artiq.git
9 lines
264 B
Batchfile
9 lines
264 B
Batchfile
|
@rem Let CMake know about the LLVM install path, for find_package()
|
||
|
set CMAKE_PREFIX_PATH=%LIBRARY_PREFIX%
|
||
|
|
||
|
@rem Ensure there are no build leftovers (CMake can complain)
|
||
|
if exist ffi\build rmdir /S /Q ffi\build
|
||
|
|
||
|
%PYTHON% -S setup.py install
|
||
|
if errorlevel 1 exit 1
|