We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1adf722 commit e569f42Copy full SHA for e569f42
bootstrap/Makefile
@@ -8,7 +8,7 @@ all: ../output/c2c/c2c
8
9
c2c_bootstrap: bootstrap.c external.h
10
@echo "---- compiling bootstrap compiler ----"
11
- @$(CC) $(CFLAGS) bootstrap.c -o c2c_bootstrap
+ @$(CC) $(CFLAGS) bootstrap.c -o c2c_bootstrap -ldl
12
13
../output/c2c/c2c: c2c_bootstrap
14
@echo "---- running (bootstrapped) c2c ----"
0 commit comments