From 707b5b07ee88d33078fbe1d2b95203a7ae0021a2 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Fri, 15 Mar 2024 22:13:28 +0100 Subject: feat: windows support feat: ci caching for faster builds --- patches/0004-fix-build.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'patches') diff --git a/patches/0004-fix-build.patch b/patches/0004-fix-build.patch index 1a0daf6..e3d3566 100644 --- a/patches/0004-fix-build.patch +++ b/patches/0004-fix-build.patch @@ -80,7 +80,7 @@ index 000000000..47a532907 +endef + +define $(package)_config_cmds -+ cmake -DCMAKE_INSTALL_PREFIX=$(host_prefix) -DCMAKE_C_COMPILER=${CC} . ++ cmake -DCMAKE_INSTALL_PREFIX=$(host_prefix) -DCMAKE_C_COMPILER=$($(package)_cc) . +endef + +define $(package)_build_cmds -- cgit v1.2.3