Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Removed old debug printout.
Browse files Browse the repository at this point in the history
git-svn-id: http://field3d.googlecode.com/svn/trunk@55 49ab6734-77db-11de-8970-65f630d19fb8
  • Loading branch information
magnusw committed Sep 14, 2010
1 parent 196320f commit 4d4221e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,8 @@ stLibInstall = libEnv.Install(join(installPath, "lib"), [stLib])
dylibInstall = None
if sys.platform == "darwin":
dylibName = os.path.basename(str(dyLib[0]))
print str(dyLib), dylibName
dylibInstallPath = os.path.abspath(join(installPath, "lib", dylibName))
# Creat the builder
# Create the builder
dylibEnv = env.Clone()
dylibBuilder = Builder(action = setDylibInternalPath,
suffix = ".dylib", src_suffix = ".dylib")
Expand Down

0 comments on commit 4d4221e

Please sign in to comment.