mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
Telegram: attempt fix build on gcc2h
This commit is contained in:
@@ -674,7 +674,7 @@ index 6032d06..0ed2dfd 100644
|
||||
],
|
||||
'action': [
|
||||
- '<(qt_loc)/bin/moc<(exe_ext)',
|
||||
+ '/bin/moc',
|
||||
+ 'moc',
|
||||
|
||||
# Silence "Note: No relevant classes found. No output generated."
|
||||
'--no-notes',
|
||||
@@ -687,7 +687,7 @@ index eebc696..392b124 100644
|
||||
],
|
||||
'action': [
|
||||
- '<(qt_loc)/bin/rcc<(exe_ext)',
|
||||
+ '/bin/rcc',
|
||||
+ 'rcc',
|
||||
'-name', '<(RULE_INPUT_ROOT)',
|
||||
'-no-compress',
|
||||
'<(RULE_INPUT_PATH)',
|
||||
|
||||
Reference in New Issue
Block a user