Skip to content

Commit

Permalink
Revert "Build abi_wrapper with correct toolchain (#3185)"
Browse files Browse the repository at this point in the history
This reverts commit 5d80a91.
  • Loading branch information
maxz-lab committed May 9, 2024
1 parent 79adf53 commit 140ac20
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions starboard/shared/modular/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@

# TODO: b/315170518 - Revert to static library after fixing
# symbol visibility issues for windows based modular platform builds.
if ((sb_is_modular || sb_is_evergreen_compatible) &&
(current_toolchain == starboard_toolchain ||
build_with_separate_cobalt_toolchain)) {
if (sb_is_modular || sb_is_evergreen_compatible) {
source_set("starboard_layer_posix_abi_wrappers") {
sources = [
"starboard_layer_posix_mmap_abi_wrappers.cc",
Expand Down

0 comments on commit 140ac20

Please sign in to comment.