From e5bcccb8813594f7536858219e9b5b7deba1fe8d Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Mon, 19 Sep 2016 13:19:23 +0000 Subject: [PATCH] Fixes osx. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3344 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- SConstruct | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index cb3fe8d9f..faca5818b 100644 --- a/SConstruct +++ b/SConstruct @@ -54,7 +54,8 @@ else: os.path.join(v8, 'out/native/obj.target/src'), os.path.join(uv, 'out/Debug/obj.target'), ]) - env.Command('icudtl.dat', os.path.join(v8, 'out/native/icudtl.dat'), Copy("$TARGET", "$SOURCE")) + +env.Command('icudtl.dat', os.path.join(v8, 'out/native/icudtl.dat'), Copy("$TARGET", "$SOURCE")) ldapEnv = env.Clone() if sys.platform == 'win32':