File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pycheribuild/projects/cross Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ def run_tests(self):
216
216
class BuildAllianceOpenSBI (BuildOpenSBI ):
217
217
target = "cheri-alliance-opensbi"
218
218
_default_install_dir_fn = ComputedDefaultValue (
219
- function = lambda config , p : config .cheri_alliance_sdk_dir / "cheri-alliance- opensbi/riscv64" ,
219
+ function = lambda config , p : config .cheri_alliance_sdk_dir / "opensbi/riscv64" ,
220
220
as_string = "$SDK_ROOT/cheri-alliance-opensbi/riscv64"
221
221
)
222
222
repository = GitRepository ("https://github.com/CHERI-Alliance/opensbi" ,
@@ -227,7 +227,7 @@ class BuildAllianceOpenSBI(BuildOpenSBI):
227
227
)
228
228
229
229
def _qemu_install_dir (self ) -> Path :
230
- BuildCheriAllianceQEMU .get_install_dir (self , cross_target = CompilationTargets .NATIVE )
230
+ return BuildCheriAllianceQEMU .get_install_dir (self , cross_target = CompilationTargets .NATIVE )
231
231
232
232
def setup (self ):
233
233
super ().setup ()
You can’t perform that action at this time.
0 commit comments