Skip to content

Commit

Permalink
Fix WDS build
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Nov 27, 2023
1 parent 78fbee4 commit 8392d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/WDS/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CC = gcc
SRC_DIR = src
SOURCE = $(SRC_DIR)/main.c $(SRC_DIR)/models.c $(SRC_DIR)/moeaframework.c
C_FLAGS = -I$(SRC_DIR)/epanet2 -Lbin -lepanet2 -Wl,-R,\.
C_FLAGS = -I$(SRC_DIR)/epanet2 -Lbin -lm -lepanet2 -Wl,-R,\.

all:
$(MAKE) -C $(SRC_DIR)/epanet2
Expand Down

0 comments on commit 8392d8c

Please sign in to comment.