14 lines
519 B
Diff
14 lines
519 B
Diff
|
diff -Nur mumble-src/plugins/CMakeLists.txt new/plugins/CMakeLists.txt
|
||
|
--- mumble-src/plugins/CMakeLists.txt 2022-08-21 18:52:23.000000000 +0200
|
||
|
+++ new/plugins/CMakeLists.txt 2022-09-01 12:24:10.507433751 +0200
|
||
|
@@ -24,6 +24,9 @@
|
||
|
|
||
|
foreach(ITEM ${ITEMS})
|
||
|
if(IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/${ITEM}")
|
||
|
+ if (ITEM STREQUAL "gtav" AND CMAKE_SIZEOF_VOID_P LESS 8)
|
||
|
+ continue()
|
||
|
+ endif()
|
||
|
set(PLUGIN_RETRACTED OFF)
|
||
|
|
||
|
# If the plugin is retracted the corresponding CMakeLists.txt is supposed to set the
|