Skip to content

Commit 06e7f49

Browse files
committed
fixup! Remove BinaryBuilder and fix tests on nightly
1 parent 07484cb commit 06e7f49

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/test_bitfield.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import Libdl: dlext
12
import CMake_jll: cmake
23
using Clang.Generators
34

@@ -47,8 +48,8 @@ function build_libbitfield()
4748
options["general"]["library_name"] = "\"$(escape_string(lib_path))\""
4849
options["general"]["output_file_path"] = output_path
4950

50-
run(`file $(lib_path)`)
51-
run(`ldd $(lib_path)`)
51+
run(`file $(lib_path).$(dlext)`)
52+
run(`ldd $(lib_path).$(dlext)`)
5253

5354
ctx = create_context(headers, args, options)
5455
build!(ctx)

0 commit comments

Comments
 (0)