mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-21 06:37:42 +01:00
Merge pull request #526 from bakercp/of-apothecary
Fix executable path for recent Android NDK.
This commit is contained in:
commit
8e54e290d9
@ -24,7 +24,7 @@ ARCHFLAGS = -march=armv7-a -mfloat-abi=softfp
|
||||
LINKFLAGS = -Wl,--fix-cortex-a8
|
||||
else
|
||||
ifeq ($(ANDROID_ABI),x86)
|
||||
TOOL = i686-android-linux
|
||||
TOOL = i686-linux-android
|
||||
ARCHFLAGS = -march=i686 -msse3 -mstackrealign -mfpmath=sse
|
||||
else
|
||||
$(error Invalid ABI specified in ANDROID_ABI)
|
||||
|
Loading…
x
Reference in New Issue
Block a user