summarylogtreecommitdiffstats
path: root/Correct-MOC-path.patch
blob: 8f1f4bc089de2ad09445066739c91257d1bcaf00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Telegram/gyp/qt.gypi b/Telegram/gyp/qt.gypi
index 897cfa69..5f55135e 100644
--- a/Telegram/gyp/qt.gypi
+++ b/Telegram/gyp/qt.gypi
@@ -223,7 +223,7 @@
       '<(SHARED_INTERMEDIATE_DIR)/<(_target_name)/moc/moc_<(RULE_INPUT_ROOT).cpp',
     ],
     'action': [
-      '<(qt_loc)/bin/moc<(exe_ext)',
+      '/usr/bin/moc<(exe_ext)',
 
       # Silence "Note: No relevant classes found. No output generated."
       '--no-notes',