jcnils / protonhax

Run programs inside your game proton's environment.
BSD 3-Clause "New" or "Revised" License
118 stars 7 forks source link

tcc: No such file or directory #12

Closed Dinhero21 closed 7 months ago

Dinhero21 commented 9 months ago

It seems there has been a typo in the Makefile file.

When I run make, there is an attempt to call tcc which might be Tiny C Compiler but I find that unlikely since it wasn't declared as a reference.

Changing it to gcc makes the program build successfully.

I was going to make a PR but I just want to be sure this is indeed a typo and not intentional.

jcnils commented 7 months ago

Hi @Dinhero21 thanks for the report.

I am sorry I missed that, it was an oversight because I was mostly using arch at the time and the requirement is on their pkgbuild. I will update the reference for tcc, for now.

I will leave this open because of 2 things:

jcnils commented 7 months ago

The last update only relies on bash script, so there is no need of gcc or tcc.