updated build system
Some checks are pending
BlockStorage/repertory/pipeline/head Build queued...

This commit is contained in:
2024-08-25 19:22:42 -05:00
parent 1e31bbaf60
commit ebfa54a78f
4 changed files with 49 additions and 0 deletions

6
support/3rd_party/nana_patch.sh vendored Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
pushd "$2"
patch -Np0 <"$1/nana_dragdrop_cpp.patch" || exit $?
patch -Np0 <"$1/nana_filebox_cpp.patch" || exit $?
popd