[cig-commits] commit: plugin path incorrect, so not being built.

Mercurial hg at geodynamics.org
Mon Nov 24 11:31:12 PST 2008


changeset:   118:c0dd6fda4068
user:        JohnMansour
date:        Thu Sep 11 05:41:56 2008 +0000
files:       SConscript
description:
plugin path incorrect, so not being built.


diff -r 977da3a363ef -r c0dd6fda4068 SConscript
--- a/SConscript	Thu Sep 11 05:26:49 2008 +0000
+++ b/SConscript	Thu Sep 11 05:41:56 2008 +0000
@@ -38,7 +38,7 @@ env.build_toolbox('libPICellerator/Toolb
 # Build plugins. Note that this must happen after the shared library
 # has been built.
 env.build_plugin('plugins/CalculateParticleDisplacement')
-env.build_plugin('plugins/MaterialCentroid')
+env.build_plugin('plugins/Output/MaterialCentroid')
 
 #
 # Build static library.



More information about the CIG-COMMITS mailing list