Skip to content

Commit c17d1d4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_bitfield.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function build_libbitfield_native()
1414
if Sys.iswindows()
1515
config_cmd = `$config_cmd -A win32`
1616
elseif Sys.islinux()
17-
config_cmd = `$config_cmd -D CMAKE_C_FLAGS=-march=native -D CMAKE_CXX_FLAGS=-march=native`
17+
config_cmd = `$config_cmd -D CMAKE_C_FLAGS='-m32 -march=native'`
1818
end
1919
end
2020
build_cmd = `$(cmake()) --build $build_dir --config Debug`

0 commit comments

Comments
 (0)