Skip to content

Commit

Permalink
meson.build: make stdc++fs optional since it's not always there
Browse files Browse the repository at this point in the history
  • Loading branch information
carrotIndustries committed May 2, 2024
1 parent 804f49e commit 3ba4491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ else
endif
if is_libstdcpp
stdlibs += cxx.find_library('stdc++')
stdlibs += cxx.find_library('stdc++fs')
stdlibs += cxx.find_library('stdc++fs', required:false)
endif


Expand Down

0 comments on commit 3ba4491

Please sign in to comment.