Skip to content

Commit

Permalink
Make posix_time_wrappers a source_set
Browse files Browse the repository at this point in the history
Change-Id: I58cc1827d5e213fadb5794b1be47335c6eeef55e
  • Loading branch information
niranjanyardi committed Dec 18, 2023
1 parent 49b3df6 commit 287f8cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion starboard/shared/modular/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

static_library("posix_time_wrappers") {
# TODO: b/315170518 - Revert to static library after fixing
# symbol visibility issues for windows based modular platform builds.
source_set("posix_time_wrappers") {
sources = [
"posix_time_wrappers.cc",
"posix_time_wrappers.h",
Expand Down

0 comments on commit 287f8cd

Please sign in to comment.