just-js / lo

it's JavaScript Jim, but not as we know it. :space_invader:
MIT License
241 stars 10 forks source link

Fix libtcc build #12

Closed billywhizz closed 1 year ago

billywhizz commented 1 year ago

currently we use C variable for c compiler and CC for c++ compiler. but this does not seem to be standard convention. we need to change this to conform with the standard convention. for now, this change fixes the libtcc build.