1
0
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:
sudden6 2017-10-15 18:25:29 +02:00
commit cba200d93e
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

@ -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()