mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
fix cxxflags append in ogr input build
This commit is contained in:
parent
856ec4fd24
commit
56b1e7cd64
@ -53,7 +53,7 @@ if env.get('BOOST_LIB_VERSION_FROM_HEADER'):
|
||||
if boost_version_from_header < 46:
|
||||
# avoid ubuntu issue with boost interprocess:
|
||||
# https://github.com/mapnik/mapnik/issues/1082
|
||||
cxxflags.Append('-fpermissive')
|
||||
cxxflags.append('-fpermissive')
|
||||
|
||||
plugin_env.Append(CXXFLAGS=cxxflags)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user