Skip to content

Commit

Permalink
BuildFactory change library to lyab1
Browse files Browse the repository at this point in the history
  • Loading branch information
bbjimmy committed Apr 12, 2020
1 parent 0efa876 commit ae087e6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file added src/libyab1.so
Binary file not shown.
2 changes: 1 addition & 1 deletion yab-IDE/BuildFactory/AutoHeader.mak
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ae087e6

Please sign in to comment.