... != Windows -> ... == Linux in knc target generation

This commit is contained in:
Anton Mitrokhin
2014-07-08 13:50:24 +04:00
parent 502acf97e7
commit 4b3b293ba7
2 changed files with 11 additions and 1 deletions

View File

@@ -253,7 +253,7 @@ def check_targets():
targets[j][2] = True
break
# generate targets for KNC
if current_OS != "Windows":
if current_OS == "Linux":
answer_knc = ["knc"]
if current_OS != "Windows":