BuildFactory change library to lyab1

This commit is contained in:
Jim Saxton 2020-04-12 10:11:02 -07:00
parent 0efa876523
commit ae087e652d
3 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ GPP_OPT = $(DBG) $(OPT) -I. -DHAVE_CONFIG -DUNIX $(HAIKUOPT)
## find out if we need to change the library to libyab_x86.so and use gcc instead of ld
ifeq ($(USEDARCH), x86)
LD = gcc
YABLIBRARY:=libyab_x86.so
YABLIBRARY:=libyab1_x86.so
else
LD = ld
endif

BIN
src/libyab1.so Executable file

Binary file not shown.

View File

@ -36,5 +36,5 @@ OPT = -O
LIBPATHS = $(shell findpaths B_FIND_PATH_DEVELOP_LIB_DIRECTORY)
LIBPATH=$(addprefix -L,$(LIBPATHS))
LIB = -lyab -lbe -lroot -ltranslation -ltracker -lmedia -lz
LIB = -lyab1 -lbe -lroot -ltranslation -ltracker -lmedia -lz