Fix for iphone and m1 mac builds (#172)

This commit is contained in:
TheDarkBug 2021-12-06 15:25:25 +01:00
parent 824ba3f42f
commit 794ea4f735
2 changed files with 6 additions and 6 deletions

View file

@ -50,7 +50,7 @@ To install UwUfetch from the source, type these commands in the terminal:
```shell
git clone https://github.com/TheDarkBug/uwufetch.git
cd uwufetch
make build
make build # add "CFLAGS+=-D__IPHONE__" if you are building for iOS
sudo make install # for termux, use `make termux`
```