mirror of https://github.com/BOINC/boinc.git
android: lets try this a different way
This commit is contained in:
parent
6d2ef43306
commit
4d9d3fd4a0
|
@ -21,10 +21,11 @@ PROGS = wrapper
|
|||
|
||||
all: $(PROGS)
|
||||
|
||||
ifdef $(ANDROIDTC)
|
||||
libstdc++.a:
|
||||
ifdef ANDROIDTC
|
||||
cp $(STDCPPTC) libstdc++.a
|
||||
else
|
||||
libstdc++.a:
|
||||
ln -s `g++ -print-file-name=libstdc++.a`
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue