1
0
mirror of synced 2025-02-09 07:09:42 +01:00

Remove linking against stdc++fs

This commit is contained in:
Stepland 2020-02-12 19:56:15 +01:00
parent 5e16296e69
commit 794d673137

View File

@ -17,7 +17,7 @@ m_dep = cc.find_library('m', required : false)
gl_dep = dependency('gl')
add_project_link_arguments(['-lstdc++', '-lstdc++fs'], language : 'cpp')
add_project_link_arguments(['-lstdc++'], language : 'cpp')
sources = [
'include/imgui/imgui.cpp',