diff options
author | Dane Springmeyer <dane@mapbox.com> | 2014-02-12 13:15:09 -0800 |
---|---|---|
committer | Dane Springmeyer <dane@mapbox.com> | 2014-02-12 13:15:09 -0800 |
commit | 7fbb33b5de38ca24b834204a8831b359203dfc06 (patch) | |
tree | 0289fb9809369ad3f9868e270947941bb2490e43 /configure | |
parent | 359a35e60fd4e3f32c2f3fd846f2019643965154 (diff) | |
download | qtlocation-mapboxgl-7fbb33b5de38ca24b834204a8831b359203dfc06.tar.gz |
remove boost from readme and build system
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -19,11 +19,6 @@ parser.add_option("--debug", dest="debug", help="Also build debug build") -parser.add_option("--boost", - action="store", - dest="boost_root", - help="Path to boost (defaults to /usr/local)") - parser.add_option("--glfw3", action="store", dest="glfw3", @@ -60,10 +55,6 @@ def pkg_config(pkg): return (libs, cflags) def configure_llmr(o): - if options.boost_root: - o['variables']['boost_root'] = options.boost_root - else: - o['variables']['boost_root'] = '/usr/local' o['target_defaults']['default_configuration'] = 'Debug' if options.debug else 'Release' def configure_glfw3(o): |