Skip to content

Commit ddcf7b0

Browse files
hamishmackcoot
authored andcommitted
Fix windows cross compilation of basement
1 parent 43d04b1 commit ddcf7b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nix/project.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ let
9696
plutus-tx-plugin.ghcOptions = [ "-Werror" ];
9797
};
9898
}
99+
({ lib, pkgs, ... }: lib.mkIf (pkgs.stdenv.hostPlatform.isWindows) {
100+
packages.basement.configureFlags = [ "--hsc2hs-option=--cflag=-Wno-int-conversion" ];
101+
})
99102
];
100103
});
101104
in

0 commit comments

Comments
 (0)