android: lets try this a different way

This commit is contained in:
Rom Walton 2013-01-18 12:51:41 -05:00 committed by Oliver Bock
parent 6d2ef43306
commit 4d9d3fd4a0
1 changed files with 2 additions and 1 deletions

View File

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