mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-04-24 06:37:07 -04:00
This is somehow a side build system base on cmd scripts. We should merge it in kiwix-build but... no time for now :/
3 lines
210 B
Batchfile
3 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
|