[arch-general] Static Lib Build for SDL2
Hi, As I currently notice here (line 32) https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD? h=packages/sdl2#n31 The SDL2 library is not build with a static component. This is useful for a lot of development and hence, it would be nice if it is build with static component. Also, it would be also good if the line 50 of the package was not done, since that causes problem with using CMake files portably across other systems. If instead such a thing is needed, I would suggest that a symlink `libSDL2.a` be created to point to `SDL2main.a`. Cheers -- Jayesh Badwaik https://jayeshbadwaik.github.io
Fixed the link: https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packag... -- Jayesh Badwaik https://jayeshbadwaik.github.io
Hmm, sorry for the noise. You can safely ignore the mail. The problem was caused by incompatible configuration in other operating systems, not ArchLinux. -- Cheers Jayesh Badwaik https://jayeshbadwaik.github.io
participants (1)
-
Jayesh Badwaik