parent
e027204b91
commit
3492d06f80
5 changed files with 5 additions and 9 deletions
3
deps/agg/build.py
vendored
3
deps/agg/build.py
vendored
|
@ -24,6 +24,5 @@ from glob import glob
|
|||
|
||||
Import('env')
|
||||
lib_env = env.Clone()
|
||||
if 'g++' in env['CXX'] or 'c++' in env['CXX']:
|
||||
lib_env.Append(CXXFLAGS='-fPIC')
|
||||
lib_env.Append(CXXFLAGS='-fPIC')
|
||||
lib_env.StaticLibrary('agg', glob('./src/' + '*.cpp'), LIBS=[])
|
||||
|
|
3
deps/clipper/build.py
vendored
3
deps/clipper/build.py
vendored
|
@ -22,6 +22,5 @@ from glob import glob
|
|||
|
||||
Import('env')
|
||||
lib_env = env.Clone()
|
||||
if 'g++' in env['CXX'] or 'c++' in env['CXX']:
|
||||
lib_env.Append(CXXFLAGS='-fPIC')
|
||||
lib_env.Append(CXXFLAGS='-fPIC')
|
||||
lib_env.StaticLibrary('clipper', ['./src/clipper.cpp',], LIBS=[])
|
||||
|
|
|
@ -24,8 +24,7 @@ from glob import glob
|
|||
|
||||
Import('env')
|
||||
lib_env = env.Clone()
|
||||
if 'g++' in env['CXX'] or 'c++' in env['CXX']:
|
||||
lib_env.Append(CXXFLAGS='-fPIC')
|
||||
lib_env.Append(CXXFLAGS='-fPIC')
|
||||
|
||||
name = "mapnik-json"
|
||||
lib = lib_env.StaticLibrary(name, glob('./' + '*.cpp'), LIBS=[])
|
||||
|
|
|
@ -24,8 +24,7 @@ from glob import glob
|
|||
|
||||
Import('env')
|
||||
lib_env = env.Clone()
|
||||
if 'g++' in env['CXX'] or 'c++' in env['CXX']:
|
||||
lib_env.Append(CXXFLAGS='-fPIC')
|
||||
lib_env.Append(CXXFLAGS='-fPIC')
|
||||
|
||||
name = "mapnik-wkt"
|
||||
lib = lib_env.StaticLibrary(name, glob('./' + '*.cpp'), LIBS=[])
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 1b9c3932aa3d6426932f5fffa811438236cb2d0b
|
||||
Subproject commit 21a45f1aa17c182dae70112b2ee50496ea158b7b
|
Loading…
Add table
Reference in a new issue