commit | 08661c7c5e218dedcc61874e66c4a4d523b0d9b8 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Sun Sep 01 17:24:38 2013 -0700 |
committer | Brian Silverman <brians> | Fri Sep 13 14:26:55 2013 -0700 |
tree | a9cd4c6fac9a9b159ff6fe0ca27f39d178ca6e62 | |
parent | a6d1b562132716a750ee4c05a284cf5b244500b3 [diff] [blame] |
got all of the code to actually compile again I don't think it actually works though.
diff --git a/aos/atom_code/atom_code.gyp b/aos/atom_code/atom_code.gyp index 37caccd..51dcaec 100644 --- a/aos/atom_code/atom_code.gyp +++ b/aos/atom_code/atom_code.gyp
@@ -7,7 +7,7 @@ '<(AOS)/atom_code/init.cc', ], 'dependencies': [ - '<(AOS)/atom_code/ipc_lib/ipc_lib.gyp:ipc_lib', + '<(AOS)/atom_code/ipc_lib/ipc_lib.gyp:shared_mem', '<(AOS)/common/common.gyp:die', '<(AOS)/build/aos.gyp:logging', ],