mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-27 06:18:57 +00:00
16 lines
322 B
Diff
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 = '''
|