aboutsummaryrefslogtreecommitdiff
path: root/examples/game/raylib.tm
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-03-30 15:41:37 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-03-30 15:41:37 -0400
commit38d6189d4335bbcdc38f0c31cf769082b96f22fa (patch)
tree430c133eafe0284d0bc10e7571b42bbf02b34aca /examples/game/raylib.tm
parent494e4ef006cd66ee1d91ea23de9da085bec1e8db (diff)
Further support for .dylib files on mac by changing syntax for library
imports to `use -lfoo` instead of `use foo.so`
Diffstat (limited to 'examples/game/raylib.tm')
-rw-r--r--examples/game/raylib.tm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/game/raylib.tm b/examples/game/raylib.tm
index faa6f227..fc0affb9 100644
--- a/examples/game/raylib.tm
+++ b/examples/game/raylib.tm
@@ -1,5 +1,5 @@
# Raylib wrapper for some functions and structs
-use libraylib.so
+use -lraylib
use <raylib.h>
use <raymath.h>