summary refs log tree commit diff
path: root/pkgs/applications/emulators/goldberg-emu/dont-install-unsupported.patch
blob: 7dba7e25b9703a28d1d970de42b8eec06b24c3e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
diff --git a/CMakeLists.txt b/CMakeLists.txt
index abaace2..5e3465c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -182,10 +182,10 @@ if(WIN32)
     RUNTIME DESTINATION ./
   )
 else()
-	install(TARGETS
-    ${LIB_STEAMCLIENT}
-    LIBRARY DESTINATION ./
-  )
+    #    install(TARGETS
+    #${LIB_STEAMCLIENT}
+    #LIBRARY DESTINATION ./
+    #)
 endif()
 
 if(NOT WIN32)
@@ -220,10 +220,10 @@ if(WIN32)
     RUNTIME DESTINATION ./
   )
 else()
-	install(TARGETS
-    ${LIB_STEAMNETWORKINGSOCKETS}
-    LIBRARY DESTINATION ./
-  )
+    #	install(TARGETS
+    #    ${LIB_STEAMNETWORKINGSOCKETS}
+    #    LIBRARY DESTINATION ./
+    #  )
 endif()
 
 if(NOT WIN32)