mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 940202 followup, due to missing a review comment.
This commit is contained in:
parent
40f2b0e149
commit
aa46ce9d92
@ -1077,7 +1077,7 @@ class RecursiveMakeBackend(CommonBackend):
|
||||
if objdir.startswith(topobjdir + '/'):
|
||||
relpath = '$(DEPTH)/%s' % mozpath.relpath(objdir, topobjdir)
|
||||
else:
|
||||
relpath = os.path.relpath(objdir, thisobjdir)
|
||||
relpath = mozpath.relpath(objdir, thisobjdir)
|
||||
backend_file.write('SHARED_LIBRARY_LIBS += %s/$(LIB_PREFIX)%s.$(LIB_SUFFIX)\n'
|
||||
% (relpath, basename))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user