gradle-plugin: Revert target renaming
This commit is contained in:
+1
-1
@@ -101,7 +101,7 @@ cinterop execution (see the `dumpParameters` task in `samles/csvparser/build.gra
|
||||
// Arguments to be passed to a linker.
|
||||
linkerOpts 'Some linker opts'
|
||||
|
||||
// Target platform. Available values: "osx", "linux", "ios", "raspberrypi".
|
||||
// Target platform. Available values: "macbook", "linux", "iphone", "raspberrypi".
|
||||
target 'macbook'
|
||||
|
||||
// Language and API version.
|
||||
|
||||
@@ -16,7 +16,10 @@ apply plugin: 'konan'
|
||||
konanInterop {
|
||||
sdlMacbook {
|
||||
defFile 'sdl.def'
|
||||
includeDirs '/Library/Frameworks/SDL2.framework/Headers', "${System.getProperty("user.home")}/Library/Frameworks/SDL2.framework/Headers"
|
||||
includeDirs '/Library/Frameworks/SDL2.framework/Headers',
|
||||
"${System.getProperty("user.home")}/Library/Frameworks/SDL2.framework/Headers",
|
||||
'/opt/local/include/SDL2',
|
||||
'/usr/local/include/SDL2'
|
||||
|
||||
target 'macbook'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user