Skip to content

Commit

Permalink
build: Remove static from Nix
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Jul 5, 2024
1 parent 0f50ee3 commit 6d1c402
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@

env = {
HAS_GTEST = 0;
STATIC = 1;
# FIXME nix and static compiling doesn't seem to be working
# STATIC = 1;
BOOST_INCLUDEDIR = "${pkgs.lib.getDev pkgs.boost}/include";
BOOST_LIBRARYDIR = "${pkgs.lib.getLib pkgs.boost}/lib";
GTEST_INCLUDEDIR = "${pkgs.lib.getDev pkgs.gtest}/include";
Expand Down

0 comments on commit 6d1c402

Please sign in to comment.