From 832779f8aeb87614cc9d47feae93ca0e81fbd9c5 Mon Sep 17 00:00:00 2001 From: Shawn Zhong Date: Sun, 25 Aug 2024 01:48:18 +0800 Subject: [PATCH] Update StaticTracepoint.h --- tests/python/include/folly/tracing/StaticTracepoint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python/include/folly/tracing/StaticTracepoint.h b/tests/python/include/folly/tracing/StaticTracepoint.h index 858b7dbc0cee..8e580309fd9f 100644 --- a/tests/python/include/folly/tracing/StaticTracepoint.h +++ b/tests/python/include/folly/tracing/StaticTracepoint.h @@ -17,7 +17,7 @@ #pragma once #if defined(__ELF__) && (defined(__x86_64__) || defined(__i386__)) && \ - !FOLLY_DISABLE_SDT + !(defined(FOLLY_DISABLE_SDT) && FOLLY_DISABLE_SDT) #include