Skip to content
Extraits de code Groupes Projets
Valider 19dad7c5 rédigé par darealshinji's avatar darealshinji Validation de Thomas Goyne
Parcourir les fichiers

fix permissions in INSTALL_FLAGS

parent 63383fdd
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -29,7 +29,7 @@ CPPFLAGS = @CPPFLAGS@ ...@@ -29,7 +29,7 @@ CPPFLAGS = @CPPFLAGS@
CFLAGS_DEP = -MMD -MP CFLAGS_DEP = -MMD -MP
LIBS = @LIBS@ LIBS = @LIBS@
LDFLAGS = @LDFLAGS@ LDFLAGS = @LDFLAGS@
INSTALL_FLAGS = -m 664 INSTALL_FLAGS = -m 644
LIB_SHARED_LINK = -shared -Wl,-soname -Wl,$(LIB_SHARED_FULL) LIB_SHARED_LINK = -shared -Wl,-soname -Wl,$(LIB_SHARED_FULL)
LIB_SHARED_LINK_OSX = -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -compatibility_version $(LIB_VERSION) -current_version $(LIB_VERSION) -Wl,-single_module -mmacosx-version-min=10.7 -install_name ${CURDIR}/$(LIB_SHARED_FULL) LIB_SHARED_LINK_OSX = -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -compatibility_version $(LIB_VERSION) -current_version $(LIB_VERSION) -Wl,-single_module -mmacosx-version-min=10.7 -install_name ${CURDIR}/$(LIB_SHARED_FULL)
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter