pjrt/cpu: fix compilation when CPU is absent by ensuring CcCompilationContext is non-empty for Zig modules accessing the c module

This commit is contained in:
Tarry Singh 2025-10-30 09:01:36 +00:00
parent b67a3f9a0a
commit 91f1c3b7aa

View File

@ -20,6 +20,7 @@ config_setting(
cc_library( cc_library(
name = "empty", name = "empty",
defines = ["ZML_RUNTIME_CPU_DISABLED"],
) )
copy_to_directory( copy_to_directory(