Skip to content

Commit

Permalink
dependency fix for gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvana committed Feb 20, 2014
1 parent d1549d6 commit 63edd54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"name": "DistGeomHelpers",
"cc_objects": [ "$GEN_DIR/lib/libDistGeomHelpers_static.a" ],
"strict_file_mode": false,
"dependencies": [ ":rdkit_make", ":rdkit_headers" ]
"dependencies": [ ":rdkit_make", ":rdkit_headers", ":DistGeometry" ]
} },
{ "cc_library": {
"name": "DistGeometry",
Expand Down Expand Up @@ -141,7 +141,7 @@
"name": "ForceFieldHelpers",
"cc_objects": [ "$GEN_DIR/lib/libForceFieldHelpers_static.a" ],
"strict_file_mode": false,
"dependencies": [ ":rdkit_make", ":rdkit_headers" ]
"dependencies": [ ":rdkit_make", ":rdkit_headers", ":ForceField" ]
} },
{ "cc_library": {
"name": "ForceField",
Expand Down

0 comments on commit 63edd54

Please sign in to comment.