mirror of
https://github.com/nlohmann/json.git
synced 2026-02-23 11:56:24 +00: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