Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile4
1 files changed, 4 insertions, 0 deletions
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