Skip to content

Commit

Permalink
fix: Skip libpython for wasmedge
Browse files Browse the repository at this point in the history
  • Loading branch information
assambar committed Mar 24, 2023
1 parent fdca0c0 commit 44af818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/v3.11.1/wlr-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ else
cp -TRv usr ${WLR_OUTPUT}/usr || exit 1
fi

if [[ "${WLR_BUILD_FLAVOR}" != *"aio"* ]]
if [[ "${WLR_BUILD_FLAVOR}" != *"aio"* && "${WLR_BUILD_FLAVOR}" != *"wasmedge"* ]]
then

logStatus "Install includes..."
Expand Down

0 comments on commit 44af818

Please sign in to comment.