From 379e5f70014c141576c747a427b49f4310e53db9 Mon Sep 17 00:00:00 2001 From: MegaBrutal Date: Tue, 15 Mar 2022 14:45:00 +0100 Subject: [PATCH] Fix symlinks to Linux and MacOS builds of SDL2 They were supposed to be symlinks and they are in Valve's repo, but in Solokiller's fork they lost their symlink flag with this commit: SamVanheer/halflife-updated@6509102 --- linux/libSDL2.dylib | 0 linux/libSDL2.so | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 120000 linux/libSDL2.dylib mode change 100644 => 120000 linux/libSDL2.so diff --git a/linux/libSDL2.dylib b/linux/libSDL2.dylib deleted file mode 100644 index 0384b98..0000000 --- a/linux/libSDL2.dylib +++ /dev/null @@ -1 +0,0 @@ -libSDL2-2.0.0.dylib \ No newline at end of file diff --git a/linux/libSDL2.dylib b/linux/libSDL2.dylib new file mode 120000 index 0000000..0384b98 --- /dev/null +++ b/linux/libSDL2.dylib @@ -0,0 +1 @@ +libSDL2-2.0.0.dylib \ No newline at end of file diff --git a/linux/libSDL2.so b/linux/libSDL2.so deleted file mode 100644 index 027f051..0000000 --- a/linux/libSDL2.so +++ /dev/null @@ -1 +0,0 @@ -libSDL2-2.0.so.0 \ No newline at end of file diff --git a/linux/libSDL2.so b/linux/libSDL2.so new file mode 120000 index 0000000..027f051 --- /dev/null +++ b/linux/libSDL2.so @@ -0,0 +1 @@ +libSDL2-2.0.so.0 \ No newline at end of file