From 04b85f675f503fb70b27114578b72de4d7238218 Mon Sep 17 00:00:00 2001 From: jjenista Date: Mon, 20 Jul 2009 22:10:46 +0000 Subject: [PATCH] mlp compile wasn't pulling in its runtime files anymore --- Robust/src/buildscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Robust/src/buildscript b/Robust/src/buildscript index 44eeadac..16b00ef5 100755 --- a/Robust/src/buildscript +++ b/Robust/src/buildscript @@ -304,11 +304,12 @@ then JAVAOPTS="$JAVAOPTS -minimize" elif [[ $1 = '-mlp' ]] then -JAVAOPTS="$JAVAOPTS -mlp" +MLPFLAG=true EXTRAOPTIONS="$EXTRAOPTIONS -lpthread" elif [[ $1 = '-mlpdebug' ]] then JAVAOPTS="$JAVAOPTS -mlpdebug" +MLPFLAG=true EXTRAOPTIONS="$EXTRAOPTIONS -lpthread" elif [[ $1 = '-check' ]] then -- 2.34.1