From 2819712bf0f314ee4b3d2be72cd56f05774d6d71 Mon Sep 17 00:00:00 2001 From: Zachary Slater Date: Fri, 15 Feb 2013 15:57:32 -0800 Subject: [PATCH] Fixed build for mac (s/rend2/opengl2/) --- make-macosx-ub.sh | 6 +++--- make-macosx.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/make-macosx-ub.sh b/make-macosx-ub.sh index eca258c0..47f45750 100755 --- a/make-macosx-ub.sh +++ b/make-macosx-ub.sh @@ -45,9 +45,9 @@ RENDER_OBJ=" build/release-darwin-x86_64/renderer_opengl1_x86_64.dylib build/release-darwin-i386/renderer_opengl1_i386.dylib build/release-darwin-ppc/renderer_opengl1_ppc.dylib - build/release-darwin-x86_64/renderer_rend2_x86_64.dylib - build/release-darwin-i386/renderer_rend2_i386.dylib - build/release-darwin-ppc/renderer_rend2_ppc.dylib + build/release-darwin-x86_64/renderer_opengl2.dylib + build/release-darwin-i386/renderer_opengl2_i386.dylib + build/release-darwin-ppc/renderer_opengl2_ppc.dylib " cd `dirname $0` diff --git a/make-macosx.sh b/make-macosx.sh index fbba6ca4..fe1384e7 100755 --- a/make-macosx.sh +++ b/make-macosx.sh @@ -52,7 +52,7 @@ MPACK_OBJ=" " RENDER_OBJ=" build/release-darwin-${BUILDARCH}/renderer_opengl1_${BUILDARCH}.dylib - build/release-darwin-${BUILDARCH}/renderer_rend2_${BUILDARCH}.dylib + build/release-darwin-${BUILDARCH}/renderer_opengl2_${BUILDARCH}.dylib " cd `dirname $0`