Remove linking against stdc++fs
This commit is contained in:
parent
5e16296e69
commit
794d673137
@ -17,7 +17,7 @@ m_dep = cc.find_library('m', required : false)
|
|||||||
gl_dep = dependency('gl')
|
gl_dep = dependency('gl')
|
||||||
|
|
||||||
|
|
||||||
add_project_link_arguments(['-lstdc++', '-lstdc++fs'], language : 'cpp')
|
add_project_link_arguments(['-lstdc++'], language : 'cpp')
|
||||||
|
|
||||||
sources = [
|
sources = [
|
||||||
'include/imgui/imgui.cpp',
|
'include/imgui/imgui.cpp',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user