mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 19:01:56 +00:00
Fixes compilation under 32bit systems by using the proper printf format specifier for size_t values. Also fixes compilation with Ninja by appending instead of overwriting CMAKE_OPTIONS. Fixes: #5116 Suggested-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Jo-Philipp Wich <jo@mein.io>