Skip to content

Commit

Permalink
Fix compiler name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Sh committed Mar 24, 2024
1 parent 9e290f0 commit cba56a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile-emcc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GRAPH_DIR = graph
OBJ_DIR = bin/emscripten/obj

# Declaration of variables
CXX ?= emcc
CXX = emcc
CPPFLAGS += -std=c++17 -Wall -I. -I $(ALGORITHM_DIR) -I $(PUGIXML_DIR) -I $(REPORT_DIR) -I $(COMMON_DIR) -I $(GRAPH_DIR) -I $(LIB_DIR) -DEMSCRIPT
LINKFLAGS += -s EXPORTED_FUNCTIONS='_ProcessAlgorithm' -s EXPORTED_RUNTIME_METHODS=ccall,cwrap

Expand Down

0 comments on commit cba56a6

Please sign in to comment.