Skip to content

Commit

Permalink
fixup! Remove BinaryBuilder and fix tests on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWrigley committed Jan 13, 2025
1 parent 06e7f49 commit c17d1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_bitfield.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function build_libbitfield_native()
if Sys.iswindows()
config_cmd = `$config_cmd -A win32`
elseif Sys.islinux()
config_cmd = `$config_cmd -D CMAKE_C_FLAGS=-march=native -D CMAKE_CXX_FLAGS=-march=native`
config_cmd = `$config_cmd -D CMAKE_C_FLAGS='-m32 -march=native'`
end
end
build_cmd = `$(cmake()) --build $build_dir --config Debug`
Expand Down

0 comments on commit c17d1d4

Please sign in to comment.