Fixed broken CI

This commit is contained in:
kobalicek
2020-06-01 10:16:33 +02:00
parent b73830c291
commit 0e04695f64
4 changed files with 25 additions and 10 deletions

View File

@@ -55,7 +55,7 @@ static void fail(const char* message, Error err) {
int main() {
printf("AsmJit X86 Sections Test\n\n");
Environment env(Environment::kArchHost);
Environment env = hostEnvironment();
JitAllocator allocator;
#ifndef ASMJIT_NO_LOGGING