mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-23 15:02:06 +08:00
more reliable check
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ AddOption('--no-thneed',
|
||||
AddOption('--no-test',
|
||||
action='store_false',
|
||||
dest='test',
|
||||
default=os.path.isfile(Dir('#laika_repo').abspath),
|
||||
default=os.path.islink(Dir('#laika/').abspath),
|
||||
help='skip building test files')
|
||||
|
||||
real_arch = arch = subprocess.check_output(["uname", "-m"], encoding='utf8').rstrip()
|
||||
|
||||
Reference in New Issue
Block a user