Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bb0426e

Browse files
committedFeb 24, 2024··
meson: Copy gui/ to install dir
1 parent 1a576c4 commit bb0426e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎meson.build

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ project('MyPaint', 'cpp',
22
version : 'v2.1.0',
33
default_options : ['warning_level=3', 'cpp_std=c++14'])
44

5-
executable('mypaint',
6-
'mypaint.py',
7-
install : true)
5+
fs = import('fs')
6+
7+
install_subdir('gui', install_dir : 'mypaint')

0 commit comments

Comments
 (0)
Please sign in to comment.