1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-15 16:36:39 +00:00
termux-packages/x11-packages/ardour/fix-platform.patch
2022-12-07 06:37:56 +00:00

16 lines
322 B
Diff

--- a/wscript
+++ b/wscript
@@ -376,9 +376,9 @@
debug_flags = []
u = PLATFORM.uname ()
- cpu = u[4]
- platform = u[0].lower()
- version = u[2]
+ cpu = 'generic'
+ platform = 'linux'
+ version = 'none'
# waf adds -O0 -g itself. thanks waf!
is_clang = conf.check_cxx(fragment = '''