Merge pull request #19 from darealshinji/patch-1
fix permissions in INSTALL_FLAGS
This commit is contained in:
commit
158288b66d
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ CPPFLAGS = @CPPFLAGS@
|
|||
CFLAGS_DEP = -MMD -MP
|
||||
LIBS = @LIBS@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
INSTALL_FLAGS = -m 664
|
||||
INSTALL_FLAGS = -m 644
|
||||
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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue