build: mkdir libs if does not exist

Since we are doing this for emulator we might as well do this for normal
build too.
pull/2/merge
Tigran Aivazian 12 years ago committed by Qingping Hou
parent e2abd32606
commit 2bd8dd3389

@ -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

Loading…
Cancel
Save