mirror of
https://github.com/clearlinux/linux-steam-integration.git
synced 2026-09-07 06:11:41 +00:00
Remove intercept-emul32 because meson is weak a.f.
Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
intercept_sources = [
|
||||
'../intercept/main.c',
|
||||
]
|
||||
|
||||
prefix = get_option('prefix')
|
||||
emul32_libdir = join_paths(prefix, 'lib32')
|
||||
|
||||
emul32_intercept = shared_library(
|
||||
'lsi-intercept-32',
|
||||
sources: intercept_sources + nica_sources,
|
||||
include_directories: nica_includes,
|
||||
install: true,
|
||||
install_dir: emul32_libdir,
|
||||
c_args: ['-m32'],
|
||||
link_args: ['-m32'],
|
||||
)
|
||||
@@ -17,4 +17,3 @@ nica_includes = [
|
||||
]
|
||||
|
||||
subdir('intercept')
|
||||
subdir('intercept-emul32')
|
||||
|
||||
Reference in New Issue
Block a user