Skip to content

Commit

Permalink
updated github action build.
Browse files Browse the repository at this point in the history
  • Loading branch information
clerkma committed Nov 5, 2023
1 parent 0b9fd2c commit 120d2ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions build-gcc/build-aptex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
MACHINE=`uname -m`
UNIVERSAL=$1
NG_SRC_DIR=`pwd`
TLROOT=..

export have_brotli=no
export with_brotli=no
Expand Down
8 changes: 4 additions & 4 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ CC = gcc
CDEBUG =
CFLAGS += $(CDEBUG) -Werror -c -O2
INCLUDES = \
-I ../texlive/texk/ptexenc/ \
-I ../texlive/texk/ \
-I ../texlive/libs/zlib/include \
-I ../texlive/texk/web2c/libmd5
-I $(TLROOT)/texk/ptexenc/ \
-I $(TLROOT)/texk/ \
-I $(TLROOT)/libs/zlib/include \
-I $(TLROOT)/texk/web2c/libmd5
LDLIBS = libdpx.a libpng.a libpaper.a libz.a libptexenc.a libkpathsea.a libmd5.a -lm
LDFLAGS += -o

Expand Down

0 comments on commit 120d2ef

Please sign in to comment.