ld-library-path

===================================================================

Gbp-Pq: Name ld-library-path.diff
This commit is contained in:
Ubuntu Developers 2022-05-14 00:26:26 +08:00 committed by openKylinBot
parent d4be63a6ff
commit a0ec8c5775
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ CC = gcc
CFLAGS = -g -O -W -Wall -Wno-unused-result -ansi -pedantic # --coverage
override CPPFLAGS += -I../libjbig
override CFLAGS += -I../libjbig
export LD_LIBRARY_PATH = ../libjbig
export LD_LIBRARY_PATH := $(if $(LD_LIBRARY_PATH),$(LD_LIBRARY_PATH):)../libjbig
.SUFFIXES: .1 .5 .txt $(SUFFIXES)
.PHONY: txt test test82 test85 clean