mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Fixes towards building on MSVC.
This commit is contained in:
parent
44e13956ef
commit
4b73607b6f
|
@ -23,7 +23,6 @@ flaky_tests = {
|
||||||
size = "small",
|
size = "small",
|
||||||
srcs = [src],
|
srcs = [src],
|
||||||
args = ["$(location %s)" % src],
|
args = ["$(location %s)" % src],
|
||||||
copts = ["-Wno-sign-compare"],
|
|
||||||
data = glob(["data/*"]),
|
data = glob(["data/*"]),
|
||||||
flaky = flaky_tests.get(
|
flaky = flaky_tests.get(
|
||||||
src[:-2],
|
src[:-2],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user