summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-05-01 21:13:44 +0200
committerwm4 <wm4@nowhere>2015-05-01 21:51:10 +0200
commitd3a3cfe54c26055c0686ea1b9a245eb7f88af521 (patch)
tree98d1f00e030f5c2d1fa8a94515bbedb97489f335 /wscript_build.py
parent60958ddf9b1db1101f81c3db59b8e8c980af7cf2 (diff)
downloadmpv-d3a3cfe54c26055c0686ea1b9a245eb7f88af521.tar.bz2
mpv-d3a3cfe54c26055c0686ea1b9a245eb7f88af521.tar.xz
path: refactor
Somewhat less ifdeffery, higher flexibility. Now there are 3 separate config file resolvers for 3 platforms (unix, win, osx), and they can still interact with each other somewhat. For example, OSX for now uses most of Unix, but adds the OSX bundle path. This can be extended to resolve very specific platform paths, such as location of the desktop. Most of the Unix specific code moves to path-unix.c. The behavior should be the same - if not, it is likely a bug.
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript_build.py b/wscript_build.py
index 7328be13b8..e2d1562d5b 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -380,6 +380,7 @@ def build(ctx):
( "osdep/subprocess-posix.c", "posix-spawn" ),
( "osdep/subprocess-win.c", "os-win32" ),
( "osdep/path-macosx.m", "cocoa" ),
+ ( "osdep/path-unix.c"),
( "osdep/path-win.c", "os-win32" ),
( "osdep/path-win.c", "os-cygwin" ),
( "osdep/glob-win.c", "glob-win32-replacement" ),