freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype][master] autogen.sh: Fix building when freetype


From: Werner Lemberg (@wl)
Subject: [Git][freetype/freetype][master] autogen.sh: Fix building when freetype is itself a git submodule.
Date: Wed, 27 Apr 2022 05:17:11 +0000

Werner Lemberg pushed to branch master at FreeType / FreeType

Commits:

1 changed file:

Changes:

  • autogen.sh
    ... ... @@ -182,7 +182,7 @@ copy_submodule_files ()
    182 182
       cp $DLG_SRC_DIR/* src/dlg
    
    183 183
     }
    
    184 184
     
    
    185
    -if test -d ".git"; then
    
    185
    +if test -e ".git"; then
    
    186 186
       DLG_INC_DIR=subprojects/dlg/include/dlg
    
    187 187
       DLG_SRC_DIR=subprojects/dlg/src/dlg
    
    188 188
     
    


  • reply via email to

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