diff options
Diffstat (limited to 'SwifTools/SConscript')
| -rw-r--r-- | SwifTools/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SwifTools/SConscript b/SwifTools/SConscript index a92e0dc..2ae4e4e 100644 --- a/SwifTools/SConscript +++ b/SwifTools/SConscript @@ -14,13 +14,13 @@ sources = [ "Idle/IdleQuerier.cpp", "Idle/PlatformIdleQuerier.cpp", "Linkify.cpp", ] if myenv["PLATFORM"] == "win32" : - pass + sources += ["Idle/WindowsIdleQuerier.cpp"] elif myenv["PLATFORM"] == "darwin" : sources += ["Idle/MacOSXIdleQuerier.cpp"] elif myenv["HAVE_XSS"] : myenv.Append(CPPDEFINES = ["HAVE_XSS"]) sources += ["Idle/XSSIdleQuerier.cpp"] else : |
Swift