mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-21 14:16:08 +00:00
Fix meson cutter.pro name
This commit is contained in:
parent
fa7da352cf
commit
e5c7a27b95
2
meson.py
2
meson.py
@ -37,7 +37,7 @@ def set_global_vars():
|
||||
|
||||
def parse_qmake_file():
|
||||
log.info('Parsing qmake file')
|
||||
with open(os.path.join(ROOT, 'src', 'cutter.pro')) as qmake_file:
|
||||
with open(os.path.join(ROOT, 'src', 'Cutter.pro')) as qmake_file:
|
||||
lines = qmake_file.readlines()
|
||||
var_name = None
|
||||
end_of_def = True
|
||||
|
Loading…
Reference in New Issue
Block a user