mirror of
https://github.com/nlohmann/json.git
synced 2025-06-23 15:13:17 +08:00
fix for #279
This commit is contained in:
parent
7f4dd5d608
commit
b64367e2f7
@ -1,5 +1,5 @@
|
|||||||
SRCDIR = ../src
|
SRCDIR = ../src
|
||||||
SED:=$(shell command -v sed || gsed)
|
SED:=$(shell command -v gsed || which sed)
|
||||||
|
|
||||||
all: doxygen
|
all: doxygen
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user