Skip to content

Commit

Permalink
Fix Ninja build to pass instruction set flags to the compiler
Browse files Browse the repository at this point in the history
Fixes #3750
  • Loading branch information
randombit committed Oct 11, 2023
1 parent 6f466a2 commit a1a3255
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/build-data/ninja.in
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ build tidy: tidy

%{for lib_build_info}
build %{obj}: compile_lib %{src}
isa_flags = %{isa_flags}
%{endfor}

%{for cli_build_info}
Expand Down

0 comments on commit a1a3255

Please sign in to comment.