summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-01-06 13:46:50 -0500
committerDavid Robillard <d@drobilla.net>2018-01-06 13:47:30 -0500
commit86b3bada7bd0e377c2749f5c87cb564321758184 (patch)
treee01a88997471b3078ff3ee446a30c63261c51ad8
parent9541da12143d3bfdbeceafe5558fb39b2655b8ac (diff)
downloadsratom-86b3bada7bd0e377c2749f5c87cb564321758184.tar.gz
sratom-86b3bada7bd0e377c2749f5c87cb564321758184.tar.bz2
sratom-86b3bada7bd0e377c2749f5c87cb564321758184.zip
Remove snprintf define hack for Windows
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index ad9a9f1..2a5852d 100644
--- a/wscript
+++ b/wscript
@@ -71,7 +71,7 @@ def build(bld):
if bld.env.MSVC_COMPILER:
libflags = []
libs = []
- defines = ['snprintf=_snprintf']
+ defines = []
# Shared Library
if bld.env.BUILD_SHARED: