fix cxxflags append in ogr input build
This commit is contained in:
parent
856ec4fd24
commit
56b1e7cd64
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue