diff options
| author | seyko <seyko2@gmail.com> | 2015-03-20 08:52:01 +0300 |
|---|---|---|
| committer | seyko <seyko2@gmail.com> | 2015-03-20 08:52:01 +0300 |
| commit | cfaa165e6229be597d4ca0353399f8938880200e (patch) | |
| tree | a41141caf6df344f2e6adcafb09414e03c9c0268 /lib | |
| parent | 3dba9cc13d11d62ec20494fff02efa29dc8be0d8 (diff) | |
| download | tinycc-cfaa165e6229be597d4ca0353399f8938880200e.tar.gz tinycc-cfaa165e6229be597d4ca0353399f8938880200e.tar.bz2 | |
libtcc1.a while "configure --enable-cross"
build and install libtcc1.a for i386, x86_64 and arm64
(libtcc1.a for x86_64 was not installed on i386)
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index d715ef6..90b3286 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -125,4 +125,4 @@ $(DIR)/exists : @echo $@ > $@ clean : - rm -rfv i386-win x86_64-win i386 x86_64 + rm -rfv i386-win x86_64-win i386 x86_64 arm64 |
