diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-10-22 08:18:23 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-10-22 08:18:23 +0200 |
commit | 0dab391bdb18378ee304f56177bb572e418edaf0 (patch) | |
tree | 199f05292a8ea46bb910033bdd0c2be2dbd33000 /sc | |
parent | d6b80337fb76e31b2e6a11c18c3ae989767c8118 (diff) |
missing dependency on mdds
Diffstat (limited to 'sc')
-rw-r--r-- | sc/Library_scopencl.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Library_scopencl.mk b/sc/Library_scopencl.mk index cb702e867eda..75dcaf093c95 100644 --- a/sc/Library_scopencl.mk +++ b/sc/Library_scopencl.mk @@ -21,6 +21,7 @@ $(eval $(call gb_Library_use_sdk_api,scopencl)) $(eval $(call gb_Library_use_externals,scopencl,\ boost_headers \ + mdds_headers \ )) $(eval $(call gb_Library_use_libraries,scopencl,\ |