[libc] Fix integration test header dependency.
authorPaula Toth <paulatoth@google.com>
Thu, 11 Jun 2020 04:33:56 +0000 (21:33 -0700)
committerPaula Toth <paulatoth@google.com>
Thu, 11 Jun 2020 04:52:27 +0000 (21:52 -0700)
libc/test/src/CMakeLists.txt

index 3dc9394..432b619 100644 (file)
@@ -30,7 +30,7 @@ add_custom_command(
           ${LIBC_SOURCE_DIR}/config/${LIBC_TARGET_OS}/api.td
 
   DEPENDS ${LIBC_SOURCE_DIR}/config/${LIBC_TARGET_OS}/api.td
-          libc-prototype-testgen ${PUBLIC_HEADERS}
+          libc-prototype-testgen ${TARGET_PUBLIC_HEADERS}
           llvmlibc llvmlibm
 )