aboutsummaryrefslogblamecommitdiff
path: root/devel/ghidra/files/patch-GPL_nativeBuildProperties.gradle
blob: aa5b020b6964a5c0a3f9c0ac5be30573e95f2c7c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                       
--- GPL/nativeBuildProperties.gradle.orig	2019-05-16 19:36:27 UTC
+++ GPL/nativeBuildProperties.gradle
@@ -75,6 +75,10 @@ model {
 			architecture 'x86_64'
 			operatingSystem 'osx'
 		}
+		freebsd64 {
+			architecture 'x86_64'
+			operatingSystem 'freebsd'
+		}
 	}	
 }