]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - bundle/CMakeLists.txt
bundle: linux shared lib bundling
[xonotic/netradiant.git] / bundle / CMakeLists.txt
index 1cb5a2214e05fb7562ddf3921ced5c3a9d1f90db..1e2546d06d4060cfa164a5859a47871238bacbb4 100644 (file)
@@ -1,5 +1,7 @@
 if (WIN32)
     set(BUNDLE_OS_NAME "windows")
+elseif ("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")
+    set(BUNDLE_OS_NAME "linux")
 else ()
     set(BUNDLE_OS_NAME "unsupported")
 endif ()