mxml: disable shared lib
This commit is contained in:
parent
c04ada3573
commit
7085d6bc11
|
@ -6,7 +6,7 @@ ExternalProject_Add(mxml
|
|||
#BINARY_DIR ""
|
||||
BUILD_IN_SOURCE TRUE
|
||||
#UPDATE_COMMAND ""
|
||||
CONFIGURE_COMMAND ./configure --prefix=$ENV{HOME}/.cos-local
|
||||
CONFIGURE_COMMAND ./configure --prefix=$ENV{HOME}/.cos-local --enable-shared=no
|
||||
#CONFIGURE_COMMAND ./configure
|
||||
BUILD_COMMAND make
|
||||
INSTALL_COMMAND make install
|
||||
|
|
Loading…
Reference in New Issue