Skip to content

Commit

Permalink
Correct fixed path for include in test dune
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemaurer committed Oct 22, 2024
1 parent 732fb10 commit abf0eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flambda-backend/tests/simd/dune
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
(language c)
(names stubs)
(flags -msse4.2)
(include_dirs "../../%{env:RUNTIME_DIR=runtime-dir-env-var-not-set}"))
(include_dirs "../../../%{env:RUNTIME_DIR=runtime-dir-env-var-not-set}"))

; Tests with external assembler

Expand Down

0 comments on commit abf0eaf

Please sign in to comment.