From 3fbdcf72113e5dbe6e3b48bb6e2783fa8b91be92 Mon Sep 17 00:00:00 2001 From: Chris Want Date: Mon, 20 Nov 2006 15:49:41 +0000 Subject: I see no reason why the blenderplayer shouldn't be built be default with make on x86_64. --- source/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source') diff --git a/source/Makefile b/source/Makefile index 5e4359c5d10..3a15d251df0 100644 --- a/source/Makefile +++ b/source/Makefile @@ -349,6 +349,10 @@ ifeq ($(OS),linux) BINTARGETS = blenderdynamic BINTARGETS += blenderplayer endif + ifeq ($(CPU),x86_64) + BINTARGETS = blenderdynamic + BINTARGETS += blenderplayer + endif ifeq ($(CPU),i386) BINTARGETS = blenderdynamic BINTARGETS += blenderplayer -- cgit v1.2.3