diff options
author | Tor Andersson <tor@ghostscript.com> | 2009-12-09 02:58:48 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2009-12-09 02:58:48 +0100 |
commit | 030fdf11695e619ae24f1b42790b697cd33b84b8 (patch) | |
tree | e24216c4a158705be9a049de671427469d6c024a | |
parent | ef030e1e82ae3b00347ea46dbc9e220cea9423e6 (diff) | |
download | mupdf-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-- | Jamrules | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) ] ; |