mirror of
https://github.com/vector-im/element-web.git
synced 2026-03-30 18:51:19 +02:00
Some bits will need to be moved back out after the merge Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
8 lines
279 B
Batchfile
8 lines
279 B
Batchfile
REM Batch file to aid in cross-compiling sqlcipher for Windows ARM64
|
|
REM Full path should be passed to Makefile.msc as NCC env var
|
|
|
|
setlocal
|
|
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" %VSCMD_ARG_HOST_ARCH%
|
|
cl.exe %*
|
|
endlocal
|