mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
build: mkdir libs if does not exist
Since we are doing this for emulator we might as well do this for normal build too.
This commit is contained in:
committed by
Qingping Hou
parent
e2abd32606
commit
2bd8dd3389
1
Makefile
1
Makefile
@@ -257,6 +257,7 @@ ifdef EMULATE_READER
|
||||
else
|
||||
cd $(DJVUDIR)/build && CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS)" ../configure --disable-desktopfiles --disable-static --enable-shared --host=$(CHOST) --disable-xmltools --disable-largefile
|
||||
$(MAKE) -C $(DJVUDIR)/build
|
||||
test -d libs || mkdir libs
|
||||
cp $(DJVULIBDIR)/libdjvulibre.so.21 libs
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user