Change the mtc Makefile to check $SDKROOT value instead
authorJason Molenda <jmolenda@apple.com>
Wed, 11 Dec 2019 02:46:24 +0000 (18:46 -0800)
committerJason Molenda <jmolenda@apple.com>
Wed, 11 Dec 2019 02:48:40 +0000 (18:48 -0800)
commitaf3aac9a227eaf38b625137b7337365b32404068
tree459f671643c3717cb0c4e7507f909473b49efb84
parentcaa412090666c10f854322cdc701c1cbf8ed726e
Change the mtc Makefile to check $SDKROOT value instead
of depending on it being set in the environment.  Fred's change
from October assumed that SDKROOT was set in the environment
so that 'xcrun --show-sdk-path' would print the path.  If it
was passed in as a Makefile variable, it wouldn't be set in
the environment and xcrun --show-sdk-path would always show the
macOS SDK path.  When running the lldb testsuite against an ios
device via lit, this seems to be the case.
lldb/packages/Python/lldbsuite/test/functionalities/mtc/simple/Makefile