Skip to content

Commit

Permalink
add MSLIGHT def
Browse files Browse the repository at this point in the history
  • Loading branch information
dfober committed Mar 2, 2020
1 parent da1019e commit 5dc8499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/javascript/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5dc8499

Please sign in to comment.