Skip to content

Commit

Permalink
fix -l arg
Browse files Browse the repository at this point in the history
  • Loading branch information
johnynek committed Dec 9, 2024
1 parent f14d7e8 commit 2255527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_runtime/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ifeq ($(OS), Darwin)
CFLAGS += -I$(BOEHM_GC)/include
LIBS += "$(BOEHM_GC)/lib/libgc.a"
else ifeq ($(OS), Linux)
LIBS += -lm
LIBS += -lgc
endif

all: bosatsu_runtime.o test_out bosatsu_ext_Bosatsu_l_Predef.o bosatsu_ext_Bosatsu_l_Prog.o
Expand Down

0 comments on commit 2255527

Please sign in to comment.