summaryrefslogtreecommitdiffstats
path: root/base/using_base.scons
diff options
context:
space:
mode:
Diffstat (limited to 'base/using_base.scons')
-rw-r--r--base/using_base.scons2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/using_base.scons b/base/using_base.scons
index f3d58b4..08ab6c1 100644
--- a/base/using_base.scons
+++ b/base/using_base.scons
@@ -11,5 +11,7 @@ Import("env")
env.Append(
LIBS = [
'base',
+ # TODO(tc): remove when dmg_fp gets moved to base/third_party
+ 'dmg_fp',
],
)