summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-05-01 21:13:44 +0200
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-05-07 10:43:05 +0900
commitd0216842d33039ed01d8cd6429f903dd36e8ded8 (patch)
treeaba9c61d6da0e2df90d5d74332a69520ed6160d6 /wscript_build.py
parent527550dfe63c32ab168ac3d955bf73ddc0ec8096 (diff)
downloadmpv-d0216842d33039ed01d8cd6429f903dd36e8ded8.tar.bz2
mpv-d0216842d33039ed01d8cd6429f903dd36e8ded8.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. (cherry picked from commit d3a3cfe54c26055c0686ea1b9a245eb7f88af521)
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" ),