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 b571ac5 commit 3242c92Copy full SHA for 3242c92
Makefile
@@ -103,7 +103,7 @@ debug: $(LIBRARY_DEBUG_$(OS)) libkrun.pc
103
ifeq ($(BUILD_INIT),1)
104
INIT_BINARY = init/init
105
$(INIT_BINARY): $(INIT_SRC)
106
- gcc -O2 -static -Wall $(INIT_DEFS) -o $@ $(INIT_SRC) $(INIT_DEFS)
+ $(CC) -O2 -static -Wall $(INIT_DEFS) -o $@ $(INIT_SRC) $(INIT_DEFS)
107
endif
108
109
$(LIBRARY_RELEASE_$(OS)): $(INIT_BINARY)
0 commit comments