forked from TeamTofuShop/segatools
Statically link current aimeio implementation
This commit is contained in:
@ -1,9 +1,8 @@
|
||||
aimeio_dll = shared_library(
|
||||
aimeio_lib = static_library(
|
||||
'aimeio',
|
||||
name_prefix : '',
|
||||
include_directories: inc,
|
||||
implicit_include_directories : false,
|
||||
vs_module_defs : 'aimeio.def',
|
||||
c_pch : '../precompiled.h',
|
||||
link_with : [
|
||||
util_lib,
|
||||
|
Reference in New Issue
Block a user