back to tildegit

This commit is contained in:
PeroSar 2023-09-24 10:09:04 +05:30
parent 8ac0281347
commit 917494dda3
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Emerald GCC
[![Drone CI](https://img.shields.io/drone/build/perosar/emerald-gcc?logo=drone&logoColor=blue&server=https%3A%2F%2Fdrone.envs.net)](https://drone.envs.netg/perosar/emerald-gcc)
[![Drone CI](https://img.shields.io/drone/build/perosar/emerald-gcc?logo=drone&logoColor=blue&server=https%3A%2F%2Fdrone.tildegit.org)](https://drone.envs.netg/perosar/emerald-gcc)
## About
@ -16,7 +16,7 @@ Some projects still require GCC for building.
## How to use
- Get tarball from latest [gitea release](https://git.envs.net/perosar/emerald-gcc/releases)
- Get tarball from latest [gitea release](https://tildegit.org/perosar/emerald-gcc/releases)
- Extract
```bash

View File

@ -36,7 +36,7 @@ mkdir -vp build && cd "$_"
--disable-libsanitizer --disable-nls \
--enable-threads=posix --enable-__cxa_atexit \
--enable-clocale=gnu --disable-libstdcxx-pch \
--with-bugurl='https://git.envs.net/PeroSar/emerald-gcc/issues'
--with-bugurl='https://tildegit.org/PeroSar/emerald-gcc/issues'
# Building
make -j10