mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Android generated application are provided as a dynamic library.
To be loaded flawlessly by 'NativeActivity' class, they must have 'lib' as prefix and '.so' as extension (see 'AndroidManifest.xml' section at 'developer.android.com/ndk/samples/sample_na.html'). This adds automatically the 'lib' prefix to the generated library.
This commit is contained in:
@@ -664,6 +664,7 @@ function toolchain(_buildDir, _libDir)
|
||||
}
|
||||
|
||||
configuration { "android-*" }
|
||||
targetprefix ("lib")
|
||||
flags {
|
||||
"NoImportLib",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user