diff options
| author | Raphael Cohn <raphael.cohn@stormmq.com> | 2015-04-07 16:34:37 +0100 |
|---|---|---|
| committer | Raphael Cohn <raphael.cohn@stormmq.com> | 2015-04-07 16:34:37 +0100 |
| commit | 9fc3d66f1b175dd712c91692c73445b65090db61 (patch) | |
| tree | 15527718447b0b2d208e08c1e2abce653cbebdbe /Makefile | |
| parent | aa6946b92c18be460fe9ecef312ced8e88ca8d4e (diff) | |
| download | tinycc-9fc3d66f1b175dd712c91692c73445b65090db61.tar.gz tinycc-9fc3d66f1b175dd712c91692c73445b65090db61.tar.bz2 | |
Fix to accommodate missing i386/bcheck.o during install on Mac OS X
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -315,9 +315,9 @@ ifdef CONFIG_CROSS ifneq ($(HOST_OS),Darwin) mkdir -p "$(tccdir)/arm64" $(INSTALL) -m644 lib/arm64/libtcc1.a "$(tccdir)/arm64" + $(INSTALL) -m644 lib/i386/bcheck.o "$(tccdir)/i386" endif $(INSTALL) -m644 lib/i386/libtcc1.a "$(tccdir)/i386" - $(INSTALL) -m644 lib/i386/bcheck.o "$(tccdir)/i386" $(INSTALL) -m644 lib/x86_64/libtcc1.a "$(tccdir)/x86-64" $(INSTALL) -m644 $(top_srcdir)/win32/lib/*.def "$(tccdir)/win32/lib" $(INSTALL) -m644 lib/i386-win/libtcc1.a "$(tccdir)/win32/lib/32" |
