diff options
author | Robin Watts <robin.watts@artifex.com> | 2012-01-10 23:05:58 +0000 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2012-01-10 23:07:03 +0000 |
commit | 319474974fe4ddb99d29e8d3976afcc25f0e54ba (patch) | |
tree | e70c8ea4c1e1e3abc733d03b200aa106db89eae5 /common | |
parent | c0573245db4f03c6cdca24906d73151a4e9be3c9 (diff) |
Change default cms to be lcms2 (for non-windows builds)
Forgot to change the unix builds. Expect lots of small changes in
the cluster.
Diffstat (limited to 'common')
-rw-r--r-- | common/ugcc_top.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/ugcc_top.mak b/common/ugcc_top.mak index faf5bb3a4..4b73d287e 100644 --- a/common/ugcc_top.mak +++ b/common/ugcc_top.mak @@ -43,7 +43,7 @@ CC_SHARED=$(CC_) # Which CMS are we using? # Options are currently lcms or lcms2 -WHICH_CMS=lcms +WHICH_CMS=lcms2 include $(GLSRCDIR)/unixhead.mak include $(GLSRCDIR)/gs.mak |