commit | e859872989dda2b88e9db62891abb4e399435beb | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Wed Apr 10 17:09:14 2013 -0700 |
committer | Brian Silverman <brians> | Fri May 10 16:46:59 2013 -0700 |
tree | 2024713ba2b6addc8d0f67408fa2f6d911d66479 | |
parent | f3e1de826f3d2f0625641c31d790a60f2587c014 [diff] [blame] |
avoided dragging logging into the cRIO code
diff --git a/aos/common/common.gyp b/aos/common/common.gyp index 7ae3f61..2151064 100644 --- a/aos/common/common.gyp +++ b/aos/common/common.gyp
@@ -47,7 +47,6 @@ 'Configuration.cpp', ], 'dependencies': [ - '<(AOS)/build/aos.gyp:logging', 'once', ], 'export_dependent_settings': [ @@ -57,7 +56,12 @@ ['OS=="crio"', { 'dependencies': [ '<(EXTERNALS):WPILib', - ]}], + ], + }, { + 'dependencies': [ + '<(AOS)/build/aos.gyp:logging', + ], + }], ], }, {