mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
arglebargle
This commit is contained in:
parent
0c6f78e988
commit
44bd8a8cb4
@ -38,9 +38,9 @@ endif
|
||||
# manager when it installs an extension via a file in the <profile>/extensions/
|
||||
# directory that contains the path to the extension.
|
||||
ifeq ($(os), WINNT)
|
||||
extensiondir = $(subst /,\,$(shell pwd -W))\$(native_topsrcdir)
|
||||
extensiondir = $(subst /,\,$(shell pwd -W))\$(native_topsrcdir)\dist\stage
|
||||
else
|
||||
extensiondir = `pwd`/$(topsrcdir)
|
||||
extensiondir = `pwd`/$(topsrcdir)/dist/stage
|
||||
endif
|
||||
|
||||
# A command that installs the extension into the profile when the harness
|
||||
|
Loading…
Reference in New Issue
Block a user