mirror of
https://github.com/clearlinux/linux-steam-integration.git
synced 2026-09-06 22:01:27 +00:00
Fail massively. But progress.
Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
@@ -9,3 +9,16 @@ main_intercept = shared_library(
|
||||
dependencies: link_main_nica,
|
||||
install: true,
|
||||
)
|
||||
|
||||
prefix = get_option('prefix')
|
||||
emul32_libdir = join_paths(prefix, 'lib32')
|
||||
|
||||
emul32_intercept = shared_library(
|
||||
'lsi-intercept-32',
|
||||
sources: intercept_sources,
|
||||
include_directories: config_h_dir,
|
||||
dependencies: link_emul32_nica,
|
||||
install: true,
|
||||
install_dir: emul32_libdir,
|
||||
c_args: ['-m32'],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user