summaryrefslogtreecommitdiff
path: root/dev-util/radare2/files/sdb.patch
blob: 8938d916ec2d31296a4b8e9f18f62659ae9cda5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff '--color=auto' -urN sdb-2.0.2.orig/meson.build sdb-2.0.2/meson.build
--- subprojects/sdb.orig/meson.build	2025-08-17 11:24:45.394052352 +0200
+++ subprojects/sdb/meson.build	2025-08-17 11:25:19.485655377 +0200
@@ -61,11 +61,7 @@
   install_rpath: rpath_lib
 )
 
-#if is_windows
-#  link_with = libsdb.get_static_lib()
-#else
-#  link_with = libsdb.get_shared_lib()
-#endif
+libsdb_static = libsdb.get_static_lib()
 default_library_type = get_option('default_library')
 
 if default_library_type == 'shared'