Skip to content

Commit

Permalink
Change modular deps to data_deps
Browse files Browse the repository at this point in the history
  • Loading branch information
niranjanyardi committed Sep 4, 2024
1 parent 336efd2 commit 5c6ed35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions starboard/build/config/BUILDCONFIG.gn
Original file line number Diff line number Diff line change
Expand Up @@ -580,12 +580,12 @@ template("shared_library") {
"-Wl,-rpath=\$ORIGIN",
]

deps = [
data_deps += [
":$original_target_name($cobalt_toolchain)",
"//starboard($starboard_toolchain)",
]
if (!separate_install_targets_for_bundling) {
deps += [ "//starboard:starboard_install($starboard_toolchain)" ]
deps = [ "//starboard:starboard_install($starboard_toolchain)" ]
}
}
if (host_os != "win") {
Expand Down

0 comments on commit 5c6ed35

Please sign in to comment.