comparison third_party/raylib/raylib.bzl @ 166:78ea8d5ccc87

[ThirdParty] Added sqlite3 to the third_party.
author MrJuneJune <me@mrjunejune.com>
date Mon, 19 Jan 2026 16:28:34 -0800
parents e2a73e64e8e6
children 24fe8ff94056
comparison
equal deleted inserted replaced
164:ce05514681c6 166:78ea8d5ccc87
12 "-framework Cocoa", 12 "-framework Cocoa",
13 "-framework GLUT", 13 "-framework GLUT",
14 "-framework OpenGL", 14 "-framework OpenGL",
15 ], 15 ],
16 linkopts_linux = [ 16 linkopts_linux = [
17 "-lGL",
18 "-lm", 17 "-lm",
19 "-lpthread", 18 "-lpthread",
20 "-ldl", 19 "-ldl",
21 "-lrt", 20 "-lrt",
22 "-lX11", 21 "-lX11",