From 46b8e586554161786ed8a4e0c9e773cef24b6f34 Mon Sep 17 00:00:00 2001 From: malc Date: Tue, 21 Aug 2012 12:32:18 +0400 Subject: [PATCH] Whoops #2 --- buildall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildall.sh b/buildall.sh index 265d769..03e12c2 100644 --- a/buildall.sh +++ b/buildall.sh @@ -76,7 +76,7 @@ cclib="$cclib -lX11" echo Building llpp... if test "$1" = "opt"; then executable_p ocamlopt.opt && comp=ocamlopt.opt || comp=ocamlopt - cmsuf=.cmx + cmsuf=cmx dolink() { $comp -o llpp \ -I $root/lib/ocaml/lablGL \ @@ -90,7 +90,7 @@ if test "$1" = "opt"; then } else executable_p ocamlc.opt && comp=ocamlc.opt || comp=ocamlc - cmsuf=.cmo + cmsuf=cmo dolink() { $comp -custom -o llpp \ -I $root/lib/ocaml/lablGL \ -- 2.11.4.GIT