summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 4 insertions, 0 deletions
diff --git a/wscript b/wscript
index beb0080d4..542c9b640 100644
--- a/wscript
+++ b/wscript
@@ -55,6 +55,10 @@ def configure(conf):
if conf.env.TARGET_LINUX:
# libxml2 seems to be linked against this on Ubuntu but it doesn't mention it in its .pc file
conf.env.append_value('LIB', 'lzma')
+ conf.env.append_value('CXXFLAGS', '-DDVDOMATIC_LINUX')
+
+ if conf.env.TARGET_OSX:
+ conf.env.append_value('CXXFLAGS', '-DDVDOMATIC_OSX')
if conf.options.enable_debug:
conf.env.append_value('CXXFLAGS', ['-g', '-DDVDOMATIC_DEBUG'])