Skip to content

Commit

Permalink
Added header file path inclusion on Windows GUI installer build script
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Feb 6, 2025
1 parent dab1d45 commit f57e1cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/build_exe_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def file_to_c_array(file_path, array_name):
'tools\\windows_installer\\installer_util.cpp',
'tools\\windows_installer\\installer.cpp',

'-I' + os.path.join(msys2_path, 'include'),
'-I' + os.path.join(msys2_path, 'include', 'gtkmm-3.0'),
'-I' + os.path.join(msys2_path, 'lib', 'gtkmm-3.0', 'include'),
'-I' + os.path.join(msys2_path, 'include', 'atkmm-1.6'),
Expand Down

0 comments on commit f57e1cd

Please sign in to comment.