freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] uwp_ci 265745073: * .gitlab-ci.yml: Fix UWP compilation.


From: Werner Lemberg
Subject: [freetype2] uwp_ci 265745073: * .gitlab-ci.yml: Fix UWP compilation.
Date: Sat, 18 May 2024 15:33:22 -0400 (EDT)

branch: uwp_ci
commit 265745073a1bdaae6b417aebbb78f12449717ff6
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..d33ba5744 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', '-DWINAPI_FAMILY=WINAPI_FAMILY_APP', '-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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]