diff options
author | David Robillard <d@drobilla.net> | 2019-12-29 19:33:28 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-12-29 19:33:28 -0500 |
commit | 7bbcd8405b0e9d04c74be1f13d1b54f3f72e7c7d (patch) | |
tree | f2ca01600742d60bacdfb1a2a94ec0a3c5e99d51 /wscript | |
parent | 668265fb608430bf968044404ba70f45a0d56033 (diff) | |
download | patchage-7bbcd8405b0e9d04c74be1f13d1b54f3f72e7c7d.tar.gz patchage-7bbcd8405b0e9d04c74be1f13d1b54f3f72e7c7d.tar.bz2 patchage-7bbcd8405b0e9d04c74be1f13d1b54f3f72e7c7d.zip |
Remove use of boost/utility.hpp
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -99,7 +99,6 @@ def configure(conf): # Boost headers conf.check_cxx(header_name='boost/format.hpp') - conf.check_cxx(header_name='boost/utility.hpp') conf.env.PATCHAGE_VERSION = PATCHAGE_VERSION |