LobbyOS / android-standalone

Lobby Android Standalone
https://lobby.subinsb.com
Apache License 2.0
7 stars 1 forks source link

Should SYSROOT var have trailing slash in setenv.sh? #4

Closed ClosetGeek-Git closed 7 years ago

ClosetGeek-Git commented 7 years ago

line 19 in compile/setenv.sh

SYSROOT="$PLATFORM/$ANDROID_ARCH/"

This creates double slashes in 2 places in php7's Makefile

-I${SYSROOT}/usr/include comes out as -I/foo/bar/android-16/arch-arm//usr/include etc

subins2000 commented 7 years ago

That won't affect compilation http://unix.stackexchange.com/a/11965