Skip to content

Commit

Permalink
Fix for #67.
Browse files Browse the repository at this point in the history
  • Loading branch information
xclerc committed Feb 25, 2019
1 parent 8c9bc16 commit 390c016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(deps (:first_dep select-int63-backend/select.ml))
(action
(run %{ocaml} %{first_dep} -portable-int63
%{lib-available:base-native-int63} -arch-sixtyfour %{arch_sixtyfour} -o
!%{lib-available:base-native-int63} -arch-sixtyfour %{arch_sixtyfour} -o
%{targets})))

(rule (targets bytes_set_primitives.ml)
Expand Down Expand Up @@ -33,4 +33,4 @@
(system
"%{cc} -mpopcnt -c popcnt_test.c 2> ${null} && echo '(-mpopcnt)' > %{targets} || echo '()' > %{targets}"))))

(ocamllex hex_lexer)
(ocamllex hex_lexer)

0 comments on commit 390c016

Please sign in to comment.