summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorAhmad Fatoum <[email protected]>2018-05-10 21:03:43 +0200
committerGitHub <[email protected]>2018-05-10 21:03:43 +0200
commitb8ca51fd01a68b9b6040f8c3c631eedefd7d7735 (patch)
tree8acecde91ef036bf8fbba51c75fb885692b27941 /.gitignore
parent8ae8d3ac782825d732a0680bd1ad80db420718a9 (diff)
downloadraylib-b8ca51fd01a68b9b6040f8c3c631eedefd7d7735.tar.gz
raylib-b8ca51fd01a68b9b6040f8c3c631eedefd7d7735.zip
CMake: Don't create symlinks on unsupporting file systems (#539)
Panders to the idiosyncrasies of my work flow: I have my raylib build directory mounted as a VirtualBox vboxfs for use with my Linux VM, but vboxfs doesn't support symlinks, while raylib shared library versioning on Unix expects symlinks to work. If this happens, library versioning is now disabled on Unix with an error message instead of just failing the build.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index d22e46ef..1b4d5e41 100644
--- a/.gitignore
+++ b/.gitignore
@@ -98,7 +98,7 @@ project/vs2015.UWP/*.db
!project/vs2015.UWP/*.sln
!project/vs2015.UWP/raylib.App.UWP/*.vcxproj
-# Web examples
+# Web examples
docs/examples/web/*.html
docs/examples/web/*/*.html
!docs/examples/web/loader.html
@@ -116,6 +116,7 @@ CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
+TestingIfSymlinkWorks
cmake_install.cmake
install_manifest.txt
compile_commands.json