Skip to content

Commit

Permalink
Improve build-asymptote paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
johncbowman committed Oct 7, 2024
1 parent be6cde3 commit d773ca3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build-scripts/build-asymptote
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
#!/bin/sh -x

HOME=~bowman
HOME=/home/$USER
SHARED=$HOME/shared/asy
ASYMPTOTE=$HOME/asymptote
BUILD=/usr/local/src

GCVERSION=8.2.4
ATOMICVERSION=7.6.12
GC=gc-$GCVERSION

MAKEFLAGS=-j8
export MAKEFLAGS
ASYMPTOTE=$HOME/asymptote
BUILD=/usr/local/src

BINDIR=usr
test /usr -ef $BUILD/$BINDIR && exit
LATEXDIR=$BUILD/$BINDIR/share/texmf/tex/latex/asymptote
Expand Down

0 comments on commit d773ca3

Please sign in to comment.