mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-02-21 19:31:40 +00:00
disable creation of the fake .la file
This commit is contained in:
parent
0be960c0d7
commit
1a6348b2ac
1 changed files with 3 additions and 3 deletions
|
@ -229,9 +229,9 @@ if ( LIBFLUID_CPPFLAGS )
|
||||||
PROPERTIES COMPILE_FLAGS ${LIBFLUID_CPPFLAGS} )
|
PROPERTIES COMPILE_FLAGS ${LIBFLUID_CPPFLAGS} )
|
||||||
endif ( LIBFLUID_CPPFLAGS )
|
endif ( LIBFLUID_CPPFLAGS )
|
||||||
|
|
||||||
include ( CreateLibtoolFile )
|
# this code creates the file libfluidsynth.la
|
||||||
|
# include ( CreateLibtoolFile )
|
||||||
create_libtool_file ( libfluidsynth "lib${LIB_SUFFIX}" )
|
# create_libtool_file ( libfluidsynth "lib${LIB_SUFFIX}" )
|
||||||
|
|
||||||
target_link_libraries ( libfluidsynth
|
target_link_libraries ( libfluidsynth
|
||||||
${GLIB_LIBRARIES}
|
${GLIB_LIBRARIES}
|
||||||
|
|
Loading…
Reference in a new issue