mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Make kiwix-build installable using pip. Module is now called `kiwixbuild` because `kiwix-build` is not a valid python identifier. Also split toolchains in separated directory.
7 lines
88 B
Diff
7 lines
88 B
Diff
34a35,39
|
|
> #ifdef _WIN32
|
|
> #include <Windows.h>
|
|
> #else
|
|
> #include <unistd.h>
|
|
> #endif
|