From 5dc849938e555e98d1a3603c697716119c712a9c Mon Sep 17 00:00:00 2001 From: Dominique Fober Date: Mon, 2 Mar 2020 17:14:34 +0100 Subject: [PATCH] add MSLIGHT def --- lang/javascript/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/javascript/Makefile b/lang/javascript/Makefile index bce8915b0..d5c801897 100644 --- a/lang/javascript/Makefile +++ b/lang/javascript/Makefile @@ -33,7 +33,7 @@ ifeq ($(SMUFL), yes) endif OPT ?= -O3 -CXXFLAGS += $(addprefix -I, $(subprojects)) $(SMUFLDEF) -DINDEPENDENTSVG -DJSON_ONLY -DCANVASSYSTEM $(OPT) -std=c++11 +CXXFLAGS += $(addprefix -I, $(subprojects)) $(SMUFLDEF) -DMSLIGHT -DINDEPENDENTSVG -DJSON_ONLY -DCANVASSYSTEM $(OPT) -std=c++11 library = libGUIDOEngine