13
0

don't install static library libsmf.a

This commit is contained in:
Nils Philippsen 2015-05-01 00:19:53 +02:00 committed by Robin Gareus
parent 00e59940c8
commit 1e5c5e6bdf

View File

@ -71,7 +71,7 @@ def build(bld):
libsmf.name = 'libsmf'
libsmf.target = 'smf'
libsmf.uselib = 'GLIB'
libsmf.install_path = bld.env['LIBDIR']
libsmf.install_path = None
if bld.env['build_target'] != 'mingw':
libsmf.cxxflags = [ '-fPIC' ]
libsmf.cflags = [ '-fPIC' ]