Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proper build options for BSD targets #1426

Closed
ghost opened this issue May 27, 2020 · 1 comment
Closed

Proper build options for BSD targets #1426

ghost opened this issue May 27, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented May 27, 2020

Without any modification, libretro-build.sh fail to detect compilers for bsd hosts (tested with FreeBSD). It works fine if I export the proper CC, CXX, CXX11, CXX17 and STRIP variables inside libretro-build.sh

For instance, this is the right variables for FreeBSD:

CC=cc
CXX=c++
CXX11=c++
CXX17=c++
STRIP=strip

I can provide a patch, but I'm not sure the proper way to add this inside libretro-build.sh.

@negativeExponent
Copy link
Contributor

$ CC=cc CXX=gcc ./libretro-build.sh

@ghost ghost closed this as completed Mar 11, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant