From e55c39d863ce0d2a5b3834ab5c257c59da5ea42e Mon Sep 17 00:00:00 2001 From: Alexey Stukalov Date: Mon, 2 Dec 2024 06:29:20 -0800 Subject: [PATCH] fixup ws --- gen/wrapper.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen/wrapper.jl b/gen/wrapper.jl index 9dbce7d..0af19da 100644 --- a/gen/wrapper.jl +++ b/gen/wrapper.jl @@ -24,7 +24,7 @@ function wrapper(name::String, headers::Vector{String}, optimized::Bool=false) args = get_default_args() push!(args, "-I$include_dir") - + ctx = create_context(headers, args, options) build!(ctx)