Skip to content

Commit

Permalink
rm NOMINMAX
Browse files Browse the repository at this point in the history
  • Loading branch information
jpihl committed Mar 10, 2021
1 parent 3314143 commit 92096ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions NEWS.rst
Expand Up @@ -6,6 +6,10 @@ every change, see the Git log.

Latest
------
* tbd

1.0.0
-----
* Patch: Better error handling when looking for Bison and Flex.
* Major: Initial version.

Expand Down
4 changes: 2 additions & 2 deletions wscript
Expand Up @@ -140,8 +140,8 @@ def build(bld):
source=sources,
includes=[library_path.abspath(), 'lib'],
target='thrift',
defines=['THRIFT_STATIC_DEFINE', 'NOMINMAX'],
export_defines=['THRIFT_STATIC_DEFINE', 'NOMINMAX'],
defines=['THRIFT_STATIC_DEFINE'],
export_defines=['THRIFT_STATIC_DEFINE'],
use=use_flags + ['boost_includes'],
export_includes=[library_path, 'lib'])

Expand Down

0 comments on commit 92096ab

Please sign in to comment.