Skip to content

Commit

Permalink
✏️ add missing build assets
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Aug 16, 2024
1 parent f73b37b commit 3c29987
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ozi/dist/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
# See LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
source_child_dist_children = [
'cibuildwheel',
'semantic_release',
'sigstore'
'sigstore',
'twine',
]
if (get_option('dev').enabled() or get_option('dist').enabled())
foreach package : source_child_dist_children
message('configure', package, 'with', ' '.join(get_option('compile-requirements-command')))
subdir(package)
endforeach
endif
endif

0 comments on commit 3c29987

Please sign in to comment.