Skip to content

Commit

Permalink
Set correct target_compatible_with in win32/installer/transition.bzl
Browse files Browse the repository at this point in the history
This follow up to my previous commit [1] for #948.

An updated version of "target_compatible_with" should have been passed
there.

 [1]: ea55af0

PiperOrigin-RevId: 680403001
  • Loading branch information
yukawa authored and hiroyuki-komatsu committed Sep 30, 2024
1 parent ffc460e commit e06fa8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/win32/installer/transition.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def mozc_win_build_target(
target = target,
cpu = cpu,
static_crt = static_crt,
target_compatible_with = mandatory_target_compatible_with,
target_compatible_with = target_compatible_with,
tags = tags,
**kwargs
)

0 comments on commit e06fa8c

Please sign in to comment.