mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-24 11:25:30 +00:00
Don't strip installed binaries, as cross-compiling won't use the right strip
command... (Issue #188)
This commit is contained in:
parent
be9a76ffdb
commit
8c6a46e4f6
@ -55,7 +55,7 @@ BUILDROOT = $(DSTROOT)
|
||||
# Install commands...
|
||||
#
|
||||
|
||||
INSTALL_BIN = $(LIBTOOL) $(INSTALL) -m 755 -s
|
||||
INSTALL_BIN = $(LIBTOOL) $(INSTALL) -m 755
|
||||
INSTALL_DATA = $(INSTALL) -m 644
|
||||
INSTALL_DIR = $(INSTALL) -d
|
||||
INSTALL_LIB = $(LIBTOOL) $(INSTALL) -m 755
|
||||
|
Loading…
Reference in New Issue
Block a user