Overview

Request 720914 accepted

- Do not provide an empty static archive.

Loading...

Michael Vetter's avatar

build fails


Martin Liška's avatar

Hm, do we really need an empty .a in the package:

/* Include the SDL main definition header */
#include "SDL_main.h"

#ifdef main
#undef main
int main(int argc, char *argv[])
{
    return(SDL_main(argc, argv));
}
#else
/* Nothing to do on this platform */
#endif
Request History
Martin Liška's avatar

marxin created request

- Do not provide an empty static archive.


Michael Vetter's avatar

jubalh accepted request

openSUSE Build Service is sponsored by