Skip to content

Commit

Permalink
build: add ldlibs for std::filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
Yagiz Nizipli committed Aug 21, 2023
1 parent 127d263 commit e9fa8c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@
'cflags_cc': [ '-fno-rtti', '-fno-exceptions', '-std=gnu++17' ],
'defines': [ '__STDC_FORMAT_MACROS' ],
'ldflags': [ '-rdynamic' ],
'ldlibs': [ '-lstdc++fs' ],
'target_conditions': [
# The 1990s toolchain on SmartOS can't handle thin archives.
['_type=="static_library" and OS=="solaris"', {
Expand Down

0 comments on commit e9fa8c9

Please sign in to comment.