Skip to content

Commit

Permalink
py-awscrt: remove USE_NOEXECONLY=true
Browse files Browse the repository at this point in the history
aws-crt-python links with --no-execute-only since
awslabs/aws-crt-python@c9c84bc
  • Loading branch information
knightjoel committed Jun 12, 2024
1 parent 687c3ae commit 9e3b13f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ports/devel/py-awscrt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ FLAVOR = python3

BUILD_DEPENDS += devel/cmake

# aws-lc <https://github.com/aws/aws-lc>, which is vendored into the
# Python CRT bindings, isn't compatible with exec-only.
USE_NOEXECONLY = Yes

NO_TEST = Yes

# pass in CONFIGURE_ARGS defined by the cmake module
Expand Down

0 comments on commit 9e3b13f

Please sign in to comment.