Skip to content

Commit

Permalink
Uncomment the pdb rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroyuki-komatsu committed Dec 19, 2024
1 parent 843afc7 commit 0f07638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/win32/installer/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ genrule(
"//win32/cache_service:mozc_cache_service",
"//win32/tip:mozc_tip32",
"//win32/tip:mozc_tip64",
# "//win32/tip:mozc_tip64.pdb",
"//win32/tip:mozc_tip64.pdb",
"//win32/custom_action",
_WXS_FILE,
"//base:mozc_version_txt",
Expand All @@ -96,7 +96,7 @@ genrule(
"--mozc_cache_service=$(location //win32/cache_service:mozc_cache_service)",
"--mozc_tip32=$(location //win32/tip:mozc_tip32)",
"--mozc_tip64=$(location //win32/tip:mozc_tip64)",
# "--mozc_tip64_pdb=$(location //win32/tip:mozc_tip64.pdb)",
"--mozc_tip64_pdb=$(location //win32/tip:mozc_tip64.pdb)",
"--custom_action=$(location //win32/custom_action)",
"--icon_path=$(location //data/images/win:product_icon.ico)",
"--credit_file=$(location //data/installer:credits_en.html)",
Expand Down

0 comments on commit 0f07638

Please sign in to comment.