diff --git a/tsl/platform/platform.h b/tsl/platform/platform.h index ebc3173d5..d3ef153b6 100644 --- a/tsl/platform/platform.h +++ b/tsl/platform/platform.h @@ -62,6 +62,10 @@ limitations under the License. #define PLATFORM_POSIX #define PLATFORM_PORTABLE_GOOGLE +#elif defined(PIE_EXTERNAL) +#define PLATFORM_POSIX +#define PLATFORM_PORTABLE_GOOGLE + #else // If no platform specified, use: #define PLATFORM_POSIX