mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 572529 Make it even easier to build with pymake r=ted
This commit is contained in:
parent
84258324f3
commit
2bc3783f07
@ -84,9 +84,11 @@ endif
|
||||
|
||||
ifndef TOPSRCDIR
|
||||
ifeq (,$(wildcard client.mk))
|
||||
$(error Must run from the client.mk directory, or specify TOPSRCDIR)
|
||||
TOPSRCDIR := $(patsubst %/,%,$(dir $(MAKEFILE_LIST)))
|
||||
MOZ_OBJDIR = .
|
||||
else
|
||||
TOPSRCDIR := $(CWD)
|
||||
endif
|
||||
TOPSRCDIR = $(CWD)
|
||||
endif
|
||||
|
||||
# try to find autoconf 2.13 - discard errors from 'which'
|
||||
|
Loading…
Reference in New Issue
Block a user