Skip to content
Extraits de code Groupes Projets
Valider 514ceef1 rédigé par Colin Evrard's avatar Colin Evrard
Parcourir les fichiers

fix llvm-config parsing mixing up lib names

parent e9c0d6d7
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -19108,7 +19108,7 @@ else ...@@ -19108,7 +19108,7 @@ else
   
have_llvm=yes have_llvm=yes
LLVM_OBJS="llvmutils.o $LLVM_OBJS" LLVM_OBJS="llvmutils.o $LLVM_OBJS"
LIBS_LLVM="`$LLVMCONFIG --ldflags --system-libs --libs all | tr -d '\n'` $LIBS_LLVM" LIBS_LLVM="`$LLVMCONFIG --ldflags --system-libs --libs all | tr '\n' ' ' ` $LIBS_LLVM"
INCLUDES_LLVM="`$LLVMCONFIG --cxxflags | tr -d '\n'` $INCLUDES_LLVM" INCLUDES_LLVM="`$LLVMCONFIG --cxxflags | tr -d '\n'` $INCLUDES_LLVM"
fi fi
   
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter