We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ee760 commit 69baabcCopy full SHA for 69baabc
core/configure.py
@@ -833,7 +833,8 @@ def main(argv):
833
add_cmake_target(moduledir, 'host')
834
835
elif not os.path.isfile(moduleconfigfile):
836
- raise Exception('Unknown make system in '+moduledir+'\nYou can manually specify it in '+moduleconfigfile)
+ pr_warning('Unknown make system in '+moduledir+'\nYou can manually specify it in '+moduleconfigfile)
837
+ continue
838
839
moduledepsfile = moduledir+'/EFIDroidDependencies.ini'
840
if os.path.isfile(moduledepsfile):
0 commit comments