summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-03-21 18:20:40 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-03-21 18:20:40 -0400
commit3c2cb8228e5a90fe93b938f55cfbfa538e313d40 (patch)
treecfa13aa707874dc3d70dc7e41996a139bf75a58a /test
parentf89270998d6656004f89085431591bb1b0b1326b (diff)
downloadcups-3c2cb8228e5a90fe93b938f55cfbfa538e313d40.tar.gz
Clean up some build issues on certain platforms.
Diffstat (limited to 'test')
-rw-r--r--test/ippeveprinter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ippeveprinter.c b/test/ippeveprinter.c
index d24a6e8dc..b10165208 100644
--- a/test/ippeveprinter.c
+++ b/test/ippeveprinter.c
@@ -694,7 +694,7 @@ main(int argc, /* I - Number of command-line args */
#ifdef _WIN32
if ((tmpdir = getenv("TEMP")) == NULL)
tmpdir = "C:/TEMP";
-#elif defined(__APPLE__) && !TARGET_OS_IOS
+#elif defined(__APPLE__) && TARGET_OS_OSX
if ((tmpdir = getenv("TMPDIR")) == NULL)
tmpdir = "/private/tmp";
#else