mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-08-07 05:38:30 +02:00
Use the appropriate library path for whether the app is 32- or 64-bit in gamemoderun (#156)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
data_conf = configuration_data()
|
||||
data_conf.set('BINDIR', path_bindir)
|
||||
data_conf.set('LIBEXECDIR', path_libexecdir)
|
||||
data_conf.set('GAMEMODE_LIB_DIR', path_libdir)
|
||||
data_conf.set('GAMEMODE_PREFIX', path_prefix)
|
||||
|
||||
# Pull in the example config
|
||||
config_example = run_command(
|
||||
|
Reference in New Issue
Block a user