mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 01:06:35 +01:00
Fix bazel build for games.
This commit is contained in:
@@ -18,6 +18,7 @@ cc_binary(
|
||||
copts = [
|
||||
"-std=gnu99",
|
||||
"-DAUDIO",
|
||||
"-DGAMES",
|
||||
"-DPACKAGE_DATADIR='\"data\"'",
|
||||
"-DPYTHON",
|
||||
"-DQRCODE",
|
||||
@@ -44,4 +45,5 @@ sh_test(
|
||||
name = "toxic_test",
|
||||
srcs = [":toxic"],
|
||||
args = ["--help"],
|
||||
size = "small",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user