mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-02 03:47:42 +01:00
tweak for static library build
This commit is contained in:
parent
8e9a18f0d2
commit
4e87c61179
1 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
vxu#!/usr/bin/env python
|
||||
from waflib.extras import autowaf as autowaf
|
||||
from waflib import Options
|
||||
from waflib import TaskGen
|
||||
|
|
@ -80,7 +80,8 @@ def build(bld):
|
|||
obj = bld.stlib(features = 'cxx cxxstlib', source=canvas_sources)
|
||||
obj.cxxflags = [ '-fPIC' ]
|
||||
obj.cflags = [ '-fPIC' ]
|
||||
|
||||
obj.defines = [ ]
|
||||
|
||||
obj.export_includes = ['.']
|
||||
obj.includes = ['.']
|
||||
obj.uselib = 'SIGCPP CAIROMM GTKMM BOOST'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue