Skip to content

Commit

Permalink
Test of using nativefiledialog-extended
Browse files Browse the repository at this point in the history
Still experimental.
  • Loading branch information
guillaumechereau committed Jul 16, 2024
1 parent aea32d4 commit 31c3bae
Show file tree
Hide file tree
Showing 10 changed files with 5,214 additions and 8,337 deletions.
4 changes: 4 additions & 0 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ if target_os == 'posix':
# Note: add '--static' to link with all the libs needed by glfw3.
env.ParseConfig('pkg-config --libs glfw3')

# Use nativefiledialog with dbus.
env.ParseConfig('pkg-config --cflags --libs dbus-1')
sources.append('ext_src/nfd/nfd_portal.cpp')

# Windows compilation support.
if target_os == 'msys':
env.Append(CXXFLAGS=['-Wno-attributes', '-Wno-unused-variable',
Expand Down
Loading

0 comments on commit 31c3bae

Please sign in to comment.