This commit is contained in:
6
support/3rd_party/nana_patch.sh
vendored
Executable file
6
support/3rd_party/nana_patch.sh
vendored
Executable 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
|
Reference in New Issue
Block a user