Skip to content

Commit

Permalink
Linuxify testing/SConscript.
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
evanm@google.com committed Aug 1, 2008
1 parent ee73678 commit 6b38199
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions testing/SConscript.gtest
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,15 @@ env.Prepend(
],
)

env.Append(
CCFLAGS = [
'/TP',
if env['PLATFORM'] == 'win32':
env.Append(
CCFLAGS = [
'/TP',

'/WX',
'/Wp64',
],
)
'/WX',
'/Wp64',
],
)

input_files = [
'gtest/src/gtest-death-test.cc',
Expand Down

0 comments on commit 6b38199

Please sign in to comment.