Skip to content

Commit

Permalink
cleanup lib/Sconscript
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulPrice committed Jul 24, 2015
1 parent b6aaa08 commit b9e6c60
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/SConscript
@@ -1,7 +1,5 @@
# -*- python -*-
from lsst.sconsUtils import scripts, targets, env
##scripts.BasicSConscript.lib()

objs = env.SourcesForSharedLibrary(Glob("#src/*.cc"))
targets["lib"].extend(env.SharedLibrary(env["packageName"], objs, LIBS=env.getLibs("self")))

0 comments on commit b9e6c60

Please sign in to comment.