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:
parent
b67a3f9a0a
commit
91f1c3b7aa
@ -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(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user