diff options
author | Karl Berry <karl@freefriends.org> | 2009-08-20 15:44:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-08-20 15:44:33 +0000 |
commit | 2b9036d3b7bae0dd1ca6cd4b2c0ffcd1d3bac09c (patch) | |
tree | a9dd2889d4373b06771a5ffba8b72849625a666d /Master | |
parent | 430c783312088ab2da0c443efaaec6dd813f7c80 (diff) |
exclude architectures we're not building asy for.
git-svn-id: svn://tug.org/texlive/trunk@14785 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/tlpsrc/asymptote.tlpsrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/tlpsrc/asymptote.tlpsrc b/Master/tlpkg/tlpsrc/asymptote.tlpsrc index 01e9cf3a659..08634477a1a 100644 --- a/Master/tlpkg/tlpsrc/asymptote.tlpsrc +++ b/Master/tlpkg/tlpsrc/asymptote.tlpsrc @@ -1,5 +1,6 @@ category TLCore -binpattern f bin/${ARCH}/*asy +binpattern f/!i386-freebsd,mips-irix,powerpc-aix,sparc-linux,sparc-solaris \ + bin/${ARCH}/*asy binpattern f/i386-cygwin bin/i386-cygwin/freeglut.dll binpattern d/win32 tlpkg/asymptote docpattern f texmf/doc/info/asy*.info |