fix
This commit is contained in:
parent
769135543b
commit
55c910325c
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ build :
|
|||
ifeq ($(use_docker),false)
|
||||
( cd windows/linux && ${MAKE} )
|
||||
else
|
||||
docker run --rm -v $(shell pwd)/work:/work:rw registry.gitlab.com/librewolf-community/browser/bsys5/$(distro) sh -c "${MAKE} all"
|
||||
docker run --rm -v $(shell pwd)/windows/linux:/work:rw registry.gitlab.com/librewolf-community/browser/bsys5/$(distro) sh -c "${MAKE} all"
|
||||
endif
|
||||
|
||||
cp -v windows/linux/$(outfiles) .
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue