alloy-sandbox can now (almost) build without libxenia.

This commit is contained in:
Ben Vanik 2014-08-21 21:23:35 -07:00
parent 82b9841b5a
commit c9d71486b0
2 changed files with 2 additions and 1 deletions

View File

@ -94,7 +94,7 @@ int main(std::vector<std::wstring>& args) {
runtime->Initialize(std::move(frontend), std::move(backend)); runtime->Initialize(std::move(frontend), std::move(backend));
auto module = std::make_unique<alloy::runtime::RawModule>(runtime.get()); auto module = std::make_unique<alloy::runtime::RawModule>(runtime.get());
module->LoadFile(0x82000000, "test\\codegen\\instr_add.bin"); module->LoadFile(0x00001000, "test\\codegen\\instr_add.bin");
runtime->AddModule(std::move(module)); runtime->AddModule(std::move(module));
{ {

View File

@ -242,6 +242,7 @@
'ole32', 'ole32',
'ntdll', 'ntdll',
'advapi32', 'advapi32',
'Shell32',
], ],
}], }],
['OS == "mac"', { ['OS == "mac"', {