Skip to content

Commit

Permalink
added windows define
Browse files Browse the repository at this point in the history
  • Loading branch information
gaaclarke committed Feb 1, 2024
1 parent a1ea660 commit 4cdced6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions impeller/aiks/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,11 @@ template("aiks_unittests_component") {
testonly = true
if (defined(invoker.defines)) {
defines = invoker.defines
} else {
defines = []
}
defines += [ "_USE_MATH_DEFINES" ]

sources = predefined_sources + additional_sources
deps = [
":aiks",
Expand Down

0 comments on commit 4cdced6

Please sign in to comment.