BuildFactory change library to lyab1
This commit is contained in:
@@ -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
|
## find out if we need to change the library to libyab_x86.so and use gcc instead of ld
|
||||||
ifeq ($(USEDARCH), x86)
|
ifeq ($(USEDARCH), x86)
|
||||||
LD = gcc
|
LD = gcc
|
||||||
YABLIBRARY:=libyab_x86.so
|
YABLIBRARY:=libyab1_x86.so
|
||||||
else
|
else
|
||||||
LD = ld
|
LD = ld
|
||||||
endif
|
endif
|
||||||
|
|||||||
BIN
src/libyab1.so
Executable file
BIN
src/libyab1.so
Executable file
Binary file not shown.
@@ -36,5 +36,5 @@ OPT = -O
|
|||||||
LIBPATHS = $(shell findpaths B_FIND_PATH_DEVELOP_LIB_DIRECTORY)
|
LIBPATHS = $(shell findpaths B_FIND_PATH_DEVELOP_LIB_DIRECTORY)
|
||||||
LIBPATH=$(addprefix -L,$(LIBPATHS))
|
LIBPATH=$(addprefix -L,$(LIBPATHS))
|
||||||
|
|
||||||
LIB = -lyab -lbe -lroot -ltranslation -ltracker -lmedia -lz
|
LIB = -lyab1 -lbe -lroot -ltranslation -ltracker -lmedia -lz
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user