summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2015-04-19 14:38:38 +0000
committerjstebbins <[email protected]>2015-04-19 14:38:38 +0000
commit76308dc3563db85da5a3daae74014637423cb249 (patch)
treec53612b2947e5eef6e896cbac8d6cb2340a99b72 /test
parent2b0b91800b4e3461f0b9c1d8c3070968b1b9fe90 (diff)
ports: add functions for looking up user config directory
These will be used by the CLI for loading custom user presets. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7105 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test')
-rw-r--r--test/module.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/module.defs b/test/module.defs
index 1f794e93a..5bc8f1ffd 100644
--- a/test/module.defs
+++ b/test/module.defs
@@ -44,7 +44,7 @@ BUILD.out += $(TEST.install.exe)
TEST.GCC.I += $(LIBHB.GCC.I)
ifeq ($(BUILD.system),darwin)
- TEST.GCC.f += IOKit CoreServices AudioToolbox
+ TEST.GCC.f += IOKit CoreServices AudioToolbox Foundation
TEST.GCC.l += iconv
else ifeq ($(BUILD.system),linux)
TEST.GCC.l += pthread dl m
@@ -65,7 +65,7 @@ ifeq (1,$(HAS.pthread))
else
TEST.GCC.l += pthreadGC2
endif
- TEST.GCC.l += iconv ws2_32 regex
+ TEST.GCC.l += iconv ws2_32 regex uuid
TEST.GCC.D += PTW32_STATIC_LIB
TEST.GCC.args.extra.exe++ += -static
endif # (1-mingw,$(BUILD.cross)-$(BUILD.system))