Skip to content

Commit 4003726

Browse files
l-constalexrp
authored andcommitted
Fix build instructions for raylib sample
1 parent d1c4d52 commit 4003726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zig-code/samples/c-interop.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// build with `zig build-exe cimport.zig -lc -lraylib`
1+
// build with `zig build-exe c-interop.zig -lc -lraylib`
22
const ray = @cImport({
33
@cInclude("raylib.h");
44
});

0 commit comments

Comments
 (0)