Skip to content

Commit

Permalink
Force c++98
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-airoldie committed Jul 5, 2024
1 parent 061e966 commit 7393a24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ impl Build {
let lib_dir = out_dir.join("lib");

build.out_dir(&lib_dir);
build.std("c++98");
build.compile("zmq");

// On windows we need to rename the static compiled lib
Expand Down

0 comments on commit 7393a24

Please sign in to comment.