6 lines
241 B
Plaintext
6 lines
241 B
Plaintext
# This is where instant native sysroot is installed to
|
|
INSTANT_NATIVE_PATH = "${TMPDIR}/sysroot-instant-native"
|
|
|
|
# This is where instant target sysroot is installed to
|
|
INSTANT_TARGET_PATH = "${TMPDIR}/sysroot-instant-target-${MACHINE_ARCH}"
|