]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - test/ippeveprinter.c
Clean up some build issues on certain platforms.
[thirdparty/cups.git] / test / ippeveprinter.c
index d24a6e8dc19d625a96ae9e34c4881d29109167c2..b1016520898650a4dda987069a04b91e9eb61ced 100644 (file)
@@ -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