mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-22 14:43:46 +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():
|
def parse_qmake_file():
|
||||||
log.info('Parsing 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()
|
lines = qmake_file.readlines()
|
||||||
var_name = None
|
var_name = None
|
||||||
end_of_def = True
|
end_of_def = True
|
||||||
|
Loading…
Reference in New Issue
Block a user