mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-28 20:52:27 +01:00
Pass line/column numbers to the editor for rich text editors too.
This commit is contained in:
@@ -15,7 +15,8 @@ SED := $(shell if [ "xoo" = x$$(echo foo | sed -E 's/f(o)/\1/' 2>/dev/null) ]; \
|
||||
PKGCONFIG ?= pkg-config
|
||||
GECKO_SDK_PATH := $(shell $(PKGCONFIG) --libs libxul | $(SED) 's,([^-]|-[^L])*-L([^ ]+)/lib.*,\2,')
|
||||
|
||||
CXX ?= c++ -o
|
||||
CXX ?= c++
|
||||
CPP = $(CXX) -o
|
||||
LINK ?= c++
|
||||
|
||||
MKDEP ?= $(CXX) -M
|
||||
|
||||
Reference in New Issue
Block a user