diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-10-14 22:44:52 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-20 15:35:58 +0100 |
commit | 7193114b152d3a5b714a22f54ed89950c0ba9aba (patch) | |
tree | 7d42317b3ca11239e9135ea13d7788f924cc107c /asl/BUILD.bazel | |
parent | f011d871ef3af26c8f4e19de2c8d781c601ceffb (diff) |
Use libc instead of Win32
Diffstat (limited to 'asl/BUILD.bazel')
-rw-r--r-- | asl/BUILD.bazel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asl/BUILD.bazel b/asl/BUILD.bazel index f904624..f0d4c27 100644 --- a/asl/BUILD.bazel +++ b/asl/BUILD.bazel @@ -16,7 +16,7 @@ cc_library( ],
srcs = [
"format.cpp",
- "print_win32.cpp",
+ "print.cpp",
],
visibility = ["//visibility:public"],
)
|