mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-27 21:39:34 +00:00
This is somehow a side build system base on cmd scripts. We should merge it in kiwix-build but... no time for now :/
4 lines
210 B
Batchfile
4 lines
210 B
Batchfile
REM ========================================================
|
|
REM Install dirent.h
|
|
curl -fsSL -o%EXTRA_DIR%\include\dirent.h https://raw.githubusercontent.com/tronkko/dirent/master/include/dirent.h || exit /b 1
|