summaryrefslogtreecommitdiff
path: root/zig-do-not-link-against-librt.patch
blob: 3239efbdd4272e6fb73ae848e3318ac4a82e4090 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/src/target.zig	2023-04-22 11:44:47.917416658 +0200
+++ b/src/target.zig	2023-04-22 11:45:04.577465352 +0200
@@ -478,7 +478,6 @@
                 "-lpthread",
                 "-lc",
                 "-ldl",
-                "-lrt",
                 "-lutil",
             },
         },