mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-17 12:34:35 +03:00
Fixed broken CI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user