Skip to content

Commit

Permalink
dosbox-x: set --disable-shared configure flags to fix IPX support
Browse files Browse the repository at this point in the history
fixes #302558
  • Loading branch information
pshirshov authored Apr 8, 2024
1 parent ff0dbd9 commit b465a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/emulators/dosbox-x/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ stdenv.mkDerivation (finalAttrs: {
# Tests for SDL_net.h for modem & IPX support, not automatically picked up due to being in SDL2 subdirectory
env.NIX_CFLAGS_COMPILE = "-I${lib.getDev SDL2_net}/include/SDL2";

configureFlags = [ "--enable-sdl2" ];
configureFlags = [ "--enable-sdl2" "--disable-shared" ];

enableParallelBuilding = true;

Expand Down

0 comments on commit b465a71

Please sign in to comment.