Files
cpp-build-system/support/3rd_party/nana_patch.sh
Scott E. Graves f580d604fa
Some checks failed
sgraves/cpp-build-system_mac/pipeline/head There was a failure building this commit
make scripts executable
2025-10-17 09:24:40 -05:00

7 lines
140 B
Bash
Executable File

#!/usr/bin/env bash
pushd "$2"
patch -Np0 <"$1/nana_dragdrop_cpp.patch" || exit $?
patch -Np0 <"$1/nana_filebox_cpp.patch" || exit $?
popd