aboutsummaryrefslogtreecommitdiff
path: root/core/debug/trace/trace_nil.odin
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2024-04-28 13:52:52 +0100
committergingerBill <bill@gingerbill.org>2024-04-28 13:52:52 +0100
commit950fd2d5ce8d4019c1884eb98fd9dbbb16049efc (patch)
tree6dc948b9190c2c3f764bcf20c69a8451716ffca3 /core/debug/trace/trace_nil.odin
parent74d75fb7fb9092e77eabb36cb71771c2c60ebb88 (diff)
Rename `trace_linux.odin` to `trace_cpp.odin`
Diffstat (limited to 'core/debug/trace/trace_nil.odin')
-rw-r--r--core/debug/trace/trace_nil.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/debug/trace/trace_nil.odin b/core/debug/trace/trace_nil.odin
index 926bd18cc..40478898b 100644
--- a/core/debug/trace/trace_nil.odin
+++ b/core/debug/trace/trace_nil.odin
@@ -1,4 +1,4 @@
-//+build !windows !linux
+//+build !windows !linux !darwin
package debug_trace
_Context :: struct {