summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2009-12-09 02:58:48 +0100
committerTor Andersson <tor@ghostscript.com>2009-12-09 02:58:48 +0100
commit030fdf11695e619ae24f1b42790b697cd33b84b8 (patch)
treee24216c4a158705be9a049de671427469d6c024a
parentef030e1e82ae3b00347ea46dbc9e220cea9423e6 (diff)
downloadmupdf-030fdf11695e619ae24f1b42790b697cd33b84b8.tar.xz
Set OSPLAT to x64 if it is unset. The Jambase is getting rather old and doesn't recognize x86_64.
-rw-r--r--Jamrules1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jamrules b/Jamrules
index 5dda55ad..6a3ce9da 100644
--- a/Jamrules
+++ b/Jamrules
@@ -36,6 +36,7 @@ if $(JAM_TOOLSET) = MINGW { OS = MINGW ; }
if $(JAM_TOOLSET) = VISUALC { OS = NT ; }
BUILD ?= debug ;
+OSPLAT ?= x64 ; # this one isn't in the jambase :(
# Place all build products here:
ALL_LOCATE_TARGET ?= [ FDirName $(TOP) build $(OS:L)-$(OSPLAT:L)-$(BUILD:L) ] ;