summaryrefslogtreecommitdiff
path: root/patches/0004-fix-build.patch
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2024-03-15 22:13:28 +0100
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2024-03-15 22:19:52 +0100
commit707b5b07ee88d33078fbe1d2b95203a7ae0021a2 (patch)
treeb364f197bfe9b39379c73b1d9ad21a2a365401c0 /patches/0004-fix-build.patch
parent0a564488a5b7efb3a1684b029da80f42aa485228 (diff)
feat: windows support
feat: ci caching for faster builds
Diffstat (limited to 'patches/0004-fix-build.patch')
-rw-r--r--patches/0004-fix-build.patch2
1 files changed, 1 insertions, 1 deletions
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