diff options
author | Remko Tronçon <git@el-tramo.be> | 2012-11-24 13:05:17 (GMT) |
---|---|---|
committer | Swift Review <review@swift.im> | 2012-11-24 14:10:01 (GMT) |
commit | 1c5bbbaa4e5247d86f6336ebba8a4c704589f11a (patch) | |
tree | ee02b839d5d16e0c3c630972e47b9a36ac9eca3a | |
parent | 709db415bb6bc2fd39b7a2c315d70caf795d8bc6 (diff) | |
download | swift-contrib-1c5bbbaa4e5247d86f6336ebba8a4c704589f11a.zip swift-contrib-1c5bbbaa4e5247d86f6336ebba8a4c704589f11a.tar.bz2 |
Enable breakpad on windows.
Change-Id: Ic9e817ae15dc2b70bf56127fdfb048d23d20b4fa
-rw-r--r-- | SwifTools/SConscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/SwifTools/SConscript b/SwifTools/SConscript index 3b25269..fa2686a 100644 --- a/SwifTools/SConscript +++ b/SwifTools/SConscript @@ -46,6 +46,8 @@ if env["SCONS_STAGE"] == "build" : sources += ["Idle/XSSIdleQuerier.cpp"] swiftools_env.UseFlags(swiftools_env["BREAKPAD_FLAGS"]) + if env["HAVE_BREAKPAD"] : + swiftools_env.Append(CPPDEFINES = ["HAVE_BREAKPAD"]) sources += ["CrashReporter.cpp"] swiftools_env["SWIFTOOLS_OBJECTS"] = [] |