Skip to content

Commit

Permalink
fixed bug in pysgpp SConscript that caused pysgpp not to be installed…
Browse files Browse the repository at this point in the history
… properly

git-svn-id: https://ipvs.informatik.uni-stuttgart.de/SGpp/repos/trunk@5279 4eea3252-f0fb-4393-894d-40516dce545b
  • Loading branch information
MichaelLettrich committed Nov 26, 2015
1 parent 9d49203 commit 63de618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysgpp/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,5 @@ if env['PLATFORM'] != 'win32':
# windows does not support symbolic links out of the box
# so we disable this feature
moduleSetupPython = env.Command('setupPython', [], setupPython)
py_env.Depends(moduleSetupPython, installLibWrapperPython)
py_env.Depends(installLibWrapperPython, moduleSetupPython)
installTargetList.append(installLibPython)

0 comments on commit 63de618

Please sign in to comment.