Skip to content

Commit

Permalink
Fix meson-312 build
Browse files Browse the repository at this point in the history
  • Loading branch information
citrus-it committed Feb 15, 2024
1 parent dc91edd commit c628c2b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/python312/meson/local.mog
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.

# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
# Copyright 2024 OmniOS Community Edition (OmniOSce) Association.

license COPYING license=Apache2

<transform file path=usr/bin -> set pkg.depend.bypass-generate .* >
<transform file path=$(PYTHONLIB)/vendor-packages/mesonbuild/rewriter.py$ \
-> set pkg.depend.bypass-generate .* >
<transform file \
path=$(PYTHONLIB)/vendor-packages/mesonbuild/scripts/python_info.py$ \
-> set pkg.depend.bypass-generate .* >
<transform file path=usr/bin \
-> edit path usr/bin usr/lib/python$(PYTHONVER)/bin>

Expand Down

0 comments on commit c628c2b

Please sign in to comment.