24 lines
522 B
Text
24 lines
522 B
Text
From https://github.com/NationalSecurityAgency/ghidra/pull/490
|
|
|
|
Index: GPL/DemanglerGnu/build.gradle
|
|
--- GPL/DemanglerGnu/build.gradle.orig
|
|
+++ GPL/DemanglerGnu/build.gradle
|
|
@@ -32,6 +32,10 @@ model {
|
|
architecture 'x86_64'
|
|
operatingSystem 'osx'
|
|
}
|
|
+ openbsd64 {
|
|
+ architecture 'x86_64'
|
|
+ operatingSystem 'openbsd'
|
|
+ }
|
|
}
|
|
}
|
|
|
|
@@ -72,6 +76,7 @@ model {
|
|
targetPlatform "win64"
|
|
targetPlatform "linux64"
|
|
targetPlatform "osx64"
|
|
+ targetPlatform "openbsd64"
|
|
sources {
|
|
c {
|
|
source {
|