aboutsummaryrefslogtreecommitdiff
path: root/core
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
parent74d75fb7fb9092e77eabb36cb71771c2c60ebb88 (diff)
Rename `trace_linux.odin` to `trace_cpp.odin`
Diffstat (limited to 'core')
-rw-r--r--core/debug/trace/trace_cpp.odin (renamed from core/debug/trace/trace_linux.odin)2
-rw-r--r--core/debug/trace/trace_nil.odin2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/debug/trace/trace_linux.odin b/core/debug/trace/trace_cpp.odin
index 211c379ca..894046c45 100644
--- a/core/debug/trace/trace_linux.odin
+++ b/core/debug/trace/trace_cpp.odin
@@ -1,5 +1,5 @@
//+private file
-//+build linux
+//+build linux, darwin
package debug_trace
import "base:intrinsics"
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 {