Skip to content

Commit

Permalink
fix(main/simulavr): correct include directory creation
Browse files Browse the repository at this point in the history
  • Loading branch information
robertkirkman committed Oct 19, 2024
1 parent 8b35645 commit 53fb59e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/simulavr/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,5 @@ termux_step_make_install() {
"$TERMUX_PREFIX"/share/doc/"$TERMUX_PKG_NAME"/LICENSE
# Headers are moved into their own subdirectory to prevent conflicts.
# Might cause issues when using them.
mkdir -p "$TERMUX_PREFIX"/include
cp -r "$TERMUX_PKG_BUILDDIR"/include/* "$TERMUX_PREFIX"/include/"$TERMUX_PKG_NAME"
cp -rf "$TERMUX_PKG_BUILDDIR"/include/ "$TERMUX_PREFIX"/include/"$TERMUX_PKG_NAME"
}

0 comments on commit 53fb59e

Please sign in to comment.