-
Notifications
You must be signed in to change notification settings - Fork 228
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
Allow installation to global directories. #246
base: master
Are you sure you want to change the base?
Conversation
This commit now install everything with FHS-compliant structure (/usr/local/bin/hl2_launcher and lib/libtier0.so lib/lib...). Binaries and libraries now uses rpath and not depends on local bin/ directory unlike original Valve's Source.
install_path = bld.env.LIBDIR | ||
if bld.env.DEST_OS != 'android': | ||
install_path += '/'+bld.env.GAMES+'/bin' | ||
install_path += '/'+bld.env.GAMES |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ебанутый или да?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
да
install_path = bld.env.LIBDIR | ||
if bld.env.DEST_OS != 'android': | ||
install_path += '/'+bld.env.GAMES+'/bin' | ||
install_path += '/'+bld.env.GAMES |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ебанутый или да?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
самоходная пизда
This commit now install everything with FHS-compliant structure (/usr/local/bin/hl2_launcher and lib/libtier0.so lib/lib...).
Binaries and libraries now uses rpath and not depends on local bin/ directory unlike original Valve's Source.
TODO: