Do not compile plugins when using the non-static build method
authorretro-wertz <retro-wertz@users.noreply.github.com>
Wed, 7 Aug 2019 10:49:38 +0000 (18:49 +0800)
committerretro-wertz <retro-wertz@users.noreply.github.com>
Wed, 7 Aug 2019 11:00:52 +0000 (19:00 +0800)
commit540c8804283ddb93d48fc7af4b4539d0840851d4
treedc13a19471b5497c66d148c6c4afbc64ac41cefd
parent20a09b8ce3c86e1ebc97b260e32ef78abd508844
Do not compile plugins when using the non-static build method

- This is meant for platforms that still uses the non-static build method to compile the libretro core (aka versions of retropie)
- The output file is still libretro.so to preserve any compatibility with existing script
- Using the static makefile is still recommended.
configure