Actions
Emulator Issues #3288
closedlib64 support
Status:
Invalid
Priority:
Normal
Assignee:
-
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
Description
Main SConstruct has
env['plugin_dir'] = env['prefix'] + '/lib/dolphin-emu'
But on most (all but Debian based?) x86-64 Linux systems such files go to /usr/lib64/dolphin-emu. There is no good way to autodetect it, autoconf uses "--libdir"... no idea about the normal way with scons.
Actions