mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Merge pull request #4737
Vincas Dargis (1): fix(build): do not build unix-specific test on Windows
This commit is contained in:
commit
cba200d93e
|
@ -22,4 +22,6 @@ auto_test(core toxpk)
|
|||
auto_test(core toxid)
|
||||
auto_test(chatlog textformatter)
|
||||
auto_test(net toxmedata)
|
||||
auto_test(platform posixsignalnotifier)
|
||||
if (UNIX)
|
||||
auto_test(platform posixsignalnotifier)
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue
Block a user