freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype][uwp_ci] * .gitlab-ci.yml: Fix UWP compilation.


From: Alexei Podtelezhnikov (@apodtele)
Subject: [Git][freetype/freetype][uwp_ci] * .gitlab-ci.yml: Fix UWP compilation.
Date: Sun, 19 May 2024 00:18:37 +0000

Alexei Podtelezhnikov pushed to branch uwp_ci at FreeType / FreeType

Commits:

  • 688309c9
    by Alexei Podtelezhnikov (Алексей Подтележников) at 2024-05-18T20:18:10-04:00
    * .gitlab-ci.yml: Fix UWP compilation.
    

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -63,7 +63,7 @@ variables:
    63 63
         - echo "c = 'cl'" >> uwp-crossfile.meson
    
    64 64
         - echo "strip = ['true']" >> uwp-crossfile.meson
    
    65 65
         - echo "[built-in options]" >> uwp-crossfile.meson
    
    66
    -    - echo "c_args = ['-DWINAPI_FAMILY=WINAPI_FAMILY_APP', '-DUNICODE', '-D_WIN32_WINNT=0x0A00', '-we4013']" >> uwp-crossfile.meson
    
    66
    +    - echo "c_args = ['-ZW', '-D_WINRT_DLL', '-DUNICODE', '-D_WIN32_WINNT=0x0A00', '-we4013']" >> uwp-crossfile.meson
    
    67 67
         - echo "c_winlibs = ['windowsapp.lib']" >> uwp-crossfile.meson
    
    68 68
       script:
    
    69 69
         # For some reason, options are separated by newlines instead of spaces,
    


  • reply via email to

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