Unverified Commit e0083927 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

super-slicer: fix STEP importer library not found (#366654)

parents 9d4b1e14 af182672
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -74,8 +74,14 @@ let
            --replace-fail 'auto &vi' 'auto vi'
        '';

      # We don't need PS overrides anymore, and gcode-viewer is embedded in the binary.
      postInstall = null;
      # We don't need PS overrides anymore, and gcode-viewer is embedded in the binary
      # but we do still need to move OCCTWrapper.so to the lib directory
      postInstall = ''
        if [[ -f $out/bin/OCCTWrapper.so ]]; then
          mkdir -p "$out/lib"
          mv -v $out/bin/*.* $out/lib/
        fi
      '';
      separateDebugInfo = true;

      buildInputs = super.buildInputs ++ [