summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-01-04 19:41:08 -0500
committerDavid Robillard <d@drobilla.net>2018-01-06 13:37:08 -0500
commit86e2e5975b187d1cb7d513688e0ef6c2aa71bbca (patch)
treeedc5ffc0a7936735b147cb0a87a20fc8e6f66e34
parent9f0cf036644f5062791e95998b17c8979f64a411 (diff)
downloadsord-86e2e5975b187d1cb7d513688e0ef6c2aa71bbca.tar.gz
sord-86e2e5975b187d1cb7d513688e0ef6c2aa71bbca.tar.bz2
sord-86e2e5975b187d1cb7d513688e0ef6c2aa71bbca.zip
Remove snprintf define hack for Windows
No longer necessary with Windows 10 and MSVS 2017
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 66d9bfd..3f0c7f4 100644
--- a/wscript
+++ b/wscript
@@ -110,7 +110,7 @@ def build(bld):
if bld.env.MSVC_COMPILER:
libflags = []
libs = []
- defines = ['snprintf=_snprintf']
+ defines = []
# Shared Library
if bld.env.BUILD_SHARED: