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));
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));
{

View File

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