freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype][master] meson.build: Initialize `common_ldflags


From: Werner Lemberg (@wl)
Subject: [Git][freetype/freetype][master] meson.build: Initialize `common_ldflags`.
Date: Sun, 21 Nov 2021 10:02:34 +0000

Werner Lemberg pushed to branch master at FreeType / FreeType

Commits:

1 changed file:

Changes:

  • meson.build
    ... ... @@ -234,16 +234,18 @@ else
    234 234
       ft2_sources += 'src/base/ftdebug.c'
    
    235 235
     endif
    
    236 236
     
    
    237
    +
    
    237 238
     ft2_deps = []
    
    239
    +common_ldflags = []
    
    238 240
     
    
    239 241
     
    
    240
    -# Correct compatibility version for OS x
    
    242
    +# Correct compatibility version for OS x.
    
    241 243
     #
    
    242 244
     # OSX sets the compatibility_version (aka libtools version) differently from
    
    243 245
     # the library name.
    
    244 246
     #
    
    245 247
     if host_machine.system() == 'darwin'
    
    246
    -  # Maintain compatibility with autotools on macOS
    
    248
    +  # maintain compatibility with autotools on macOS
    
    247 249
       common_ldflags = [
    
    248 250
         '-compatibility_version', ft2_pkgconfig_version.split('.')[0],
    
    249 251
         '-current_version', ft2_pkgconfig_version
    


  • reply via email to

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