diff options
author | David Robillard <d@drobilla.net> | 2020-12-14 13:13:56 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-12-14 13:13:56 +0100 |
commit | c7cc84afee9b6d8b196679bf784751c4052020a3 (patch) | |
tree | b78ad7c13975f977d683698694d661972160e038 /wscript | |
parent | 6417299c90009f1eca68d58d62f8e46043aabce3 (diff) | |
download | patchage-c7cc84afee9b6d8b196679bf784751c4052020a3.tar.gz patchage-c7cc84afee9b6d8b196679bf784751c4052020a3.tar.bz2 patchage-c7cc84afee9b6d8b196679bf784751c4052020a3.zip |
Clean up includes
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -184,7 +184,7 @@ def configure(conf): conf.define('PATCHAGE_USE_LIGHT_THEME', 1) # Boost headers - conf.check_cxx(header_name='boost/optional.hpp') + conf.check_cxx(header_name='boost/optional/optional.hpp') conf.check_cxx(header_name='boost/variant.hpp') # Check for system provided fmt |