Skip to content

Commit

Permalink
fixup! Add ada-url dependency, initial impl of jsg::Url
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnell committed Oct 5, 2023
1 parent 3622196 commit b3f5a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/BUILD.ada-url
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cc_library(
srcs = ["ada.cpp"],
visibility = ["//visibility:public"],
include_prefix = ".",
copts = ["-w", "-msse2"],
copts = ["-w"],
defines = [
"ADA_SSE2=1"
],
Expand Down

0 comments on commit b3f5a3f

Please sign in to comment.