mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
fix set of ETL_NO_STL flag (#628)
Co-authored-by: Sergey Skorokhod <s.skorokhod@1440.space>
This commit is contained in:
parent
85d40b9dda
commit
71f694bdb8
@ -12,10 +12,8 @@ project('etl',
|
|||||||
)
|
)
|
||||||
|
|
||||||
compile_args = []
|
compile_args = []
|
||||||
if get_option('use_stl')
|
if not get_option('use_stl')
|
||||||
compile_args += '-DETL_NO_STL=0'
|
compile_args += '-DETL_NO_STL'
|
||||||
elif
|
|
||||||
compile_args += '-DETL_NO_STL=1'
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
etl_dep = declare_dependency(
|
etl_dep = declare_dependency(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user