mirror of
https://github.com/nlohmann/json.git
synced 2025-07-31 10:24:23 +03:00
🔨 enforce using Python 2 for the wandbox script
This commit is contained in:
@ -29,7 +29,7 @@ EXAMPLES = $(wildcard examples/*.cpp)
|
|||||||
rm -fr tmp
|
rm -fr tmp
|
||||||
mkdir tmp
|
mkdir tmp
|
||||||
cp -r $(SRCDIR)/nlohmann tmp
|
cp -r $(SRCDIR)/nlohmann tmp
|
||||||
scripts/send_to_wandbox.py tmp $< > $@.tmp
|
python2 scripts/send_to_wandbox.py tmp $< > $@.tmp
|
||||||
/bin/echo -n "<a target=\"_blank\" href=\"`cat $@.tmp`\"><b>online</b></a>" > $@
|
/bin/echo -n "<a target=\"_blank\" href=\"`cat $@.tmp`\"><b>online</b></a>" > $@
|
||||||
rm -fr tmp $@.tmp
|
rm -fr tmp $@.tmp
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user