mirror of
https://github.com/nlohmann/json.git
synced 2025-07-19 17:03:16 +03:00
fix for #279
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
SRCDIR = ../src
|
||||
SED:=$(shell command -v sed || gsed)
|
||||
SED:=$(shell command -v gsed || which sed)
|
||||
|
||||
all: doxygen
|
||||
|
||||
|
Reference in New Issue
Block a user