From 5537817594ff8401719225aba2972a68e0eb8f83 Mon Sep 17 00:00:00 2001 From: jD91mZM2 <me@krake.one> Date: Tue, 26 Jun 2018 08:35:27 +0200 Subject: [PATCH] Export libm as well --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 319784926..8ffd601d9 100644 --- a/Makefile +++ b/Makefile @@ -40,6 +40,7 @@ install: all cp -v "$(BUILD)/debug/crt0.o" "$(DESTDIR)/lib" cp -rv "openlibm/include"/* "$(DESTDIR)/include" cp -rv "openlibm/src"/*.h "$(DESTDIR)/include" + cp -v "$(BUILD)/openlibm/libopenlibm.a" "$(DESTDIR)/lib/libm.a" libc: $(BUILD)/debug/libc.a $(BUILD)/debug/crt0.o -- GitLab