mirror of
https://github.com/libretro/libretro-super
synced 2024-12-28 15:19:36 +00:00
Add prefix for STATIC_LINKING
This commit is contained in:
parent
dff6b97512
commit
a3f595bde9
@ -708,6 +708,7 @@ case "$platform" in
|
||||
BINARY_EXT=""
|
||||
FORMAT_COMPILER_TARGET="unix"
|
||||
if [ -n "$STATIC_LINKING" ]; then
|
||||
FORMAT=_unix
|
||||
FORMAT_EXT="a"
|
||||
DIST_DIR="unix-static"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user