Skip to content

Commit

Permalink
Merge pull request #30 from pfernique/master
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
pfernique committed Sep 25, 2017
2 parents dfcb892 + dd88aeb commit 948fc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ try:
""".split()

sources = [source for source in cppenv.Glob('*.h*') if not source.name in exclude]
targets = cppenv.CppDev("statiskit_stl", sources)
targets = cppenv.CppDev(["statiskit", "stl"], sources)
Alias("cpp-dev", targets)
Alias("cpp", targets)
Alias("autowig", targets)
Expand Down

0 comments on commit 948fc00

Please sign in to comment.