mirror of https://github.com/BOINC/boinc.git
android: modify makefile to get around build errors when building for android
This commit is contained in:
parent
4b3cd5e293
commit
6d2ef43306
|
@ -22,7 +22,11 @@ PROGS = wrapper
|
|||
all: $(PROGS)
|
||||
|
||||
libstdc++.a:
|
||||
ifdef ANDROIDTC
|
||||
cp $(STDCPPTC) libstdc++.a
|
||||
else
|
||||
ln -s `g++ -print-file-name=libstdc++.a`
|
||||
endif
|
||||
|
||||
clean:
|
||||
rm $(PROGS) *.o
|
||||
|
|
Loading…
Reference in New Issue