Skip to content

Commit

Permalink
agg: fixup build
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Oct 4, 2024
1 parent 61f961f commit 2d1be88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/libraries/agg/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ stdenv.mkDerivation rec {
"--x-libraries=${lib.getLib libX11}/lib"
];

NIX_CFLAGS_COMPILE = [ "-fpermissive" ];

# libtool --tag=CXX --mode=link g++ -g -O2 libexamples.la ../src/platform/X11/libaggplatformX11.la ../src/libagg.la -o alpha_mask2 alpha_mask2.o
# libtool: error: cannot find the library 'libexamples.la'
enableParallelBuilding = false;
Expand Down

0 comments on commit 2d1be88

Please sign in to comment.