fix set of ETL_NO_STL flag (#628)

Co-authored-by: Sergey Skorokhod <s.skorokhod@1440.space>
This commit is contained in:
Sergey Skorokhod 2022-11-07 17:53:58 +03:00 committed by GitHub
parent 85d40b9dda
commit 71f694bdb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,10 +12,8 @@ project('etl',
)
compile_args = []
if get_option('use_stl')
compile_args += '-DETL_NO_STL=0'
elif
compile_args += '-DETL_NO_STL=1'
if not get_option('use_stl')
compile_args += '-DETL_NO_STL'
endif
etl_dep = declare_dependency(