comparison postdog/BUILD @ 111:48f260576059

[PostDog] Rewriting it from scratch as it is unreadable for me.
author June Park <parkjune1995@gmail.com>
date Sun, 04 Jan 2026 06:39:16 -0800
parents 75de5903355c
children d6d578b49a19
comparison
equal deleted inserted replaced
110:99c4530e4629 111:48f260576059
4 raylib_binary( 4 raylib_binary(
5 name = "postdog", 5 name = "postdog",
6 srcs = ["main.c"], 6 srcs = ["main.c"],
7 deps = [ 7 deps = [
8 "//third_party/raylib:raylib", 8 "//third_party/raylib:raylib",
9 "//dowa:dowa"
9 ], 10 ],
10 linkopts_macos = [ 11 linkopts_macos = [
11 "-framework CoreVideo", 12 "-framework CoreVideo",
12 "-framework IOKit", 13 "-framework IOKit",
13 "-framework Cocoa", 14 "-framework Cocoa",
20 "-lm", 21 "-lm",
21 "-lpthread", 22 "-lpthread",
22 "-ldl", 23 "-ldl",
23 "-lrt", 24 "-lrt",
24 "-lX11", 25 "-lX11",
26 "-lcurl",
25 ], 27 ],
26 static = True 28 static = True
27 ) 29 )
28 30
29 macos_app_and_dmg( 31 macos_app_and_dmg(