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 5f4979e commit 360d282Copy full SHA for 360d282
Makefile
@@ -47,3 +47,9 @@ install: all
47
cp -a libopenlibm.$(SHLIB_EXT)* libopenlibm.a $(DESTDIR)$(libdir)/
48
cp -a src/openlibm.h $(DESTDIR)$(includedir)/
49
cp -a include/*.h $(DESTDIR)$(includedir)/openlibm/
50
+ifneq ($(wildcard $(ARCH)/bsd_asm.h),)
51
+ cp -a $(ARCH)/bsd_asm.h $(DESTDIR)$(includedir)/openlibm/
52
+endif
53
+ifneq ($(wildcard $(ARCH)/bsd_cdefs.h),)
54
+ cp -a $(ARCH)/bsd_cdefs.h $(DESTDIR)$(includedir)/openlibm/
55
0 commit comments