[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[freetype2] uwp_ci 688309c93: * .gitlab-ci.yml: Fix UWP compilation.
From: |
Werner Lemberg |
Subject: |
[freetype2] uwp_ci 688309c93: * .gitlab-ci.yml: Fix UWP compilation. |
Date: |
Sat, 18 May 2024 20:18:53 -0400 (EDT) |
branch: uwp_ci
commit 688309c930b259abc6eec18fcaf36392a1d46f9f
Author: Alexei Podtelezhnikov <apodtele@gmail.com>
Commit: Alexei Podtelezhnikov <apodtele@gmail.com>
* .gitlab-ci.yml: Fix UWP compilation.
---
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index faa0cd48a..4406031b7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -63,7 +63,7 @@ variables:
- echo "c = 'cl'" >> uwp-crossfile.meson
- echo "strip = ['true']" >> uwp-crossfile.meson
- echo "[built-in options]" >> uwp-crossfile.meson
- - echo "c_args = ['-DWINAPI_FAMILY=WINAPI_FAMILY_APP', '-DUNICODE',
'-D_WIN32_WINNT=0x0A00', '-we4013']" >> uwp-crossfile.meson
+ - echo "c_args = ['-ZW', '-D_WINRT_DLL', '-DUNICODE',
'-D_WIN32_WINNT=0x0A00', '-we4013']" >> uwp-crossfile.meson
- echo "c_winlibs = ['windowsapp.lib']" >> uwp-crossfile.meson
script:
# For some reason, options are separated by newlines instead of spaces,
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [freetype2] uwp_ci 688309c93: * .gitlab-ci.yml: Fix UWP compilation.,
Werner Lemberg <=