commit
93359d00d2
4 changed files with 4 additions and 8 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']:
|
||||
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']:
|
||||
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']:
|
||||
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']:
|
||||
lib_env.Append(CXXFLAGS='-fPIC')
|
||||
lib_env.Append(CXXFLAGS='-fPIC')
|
||||
|
||||
name = "mapnik-wkt"
|
||||
lib = lib_env.StaticLibrary(name, glob('./' + '*.cpp'), LIBS=[])
|
||||
|
|
Loading…
Add table
Reference in a new issue