diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-09-18 10:08:07 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-09-18 10:08:07 +0200 |
| commit | 9901bc3f7525fd8b62ab5ac8949e23bbd96834cf (patch) | |
| tree | ef1ba6a49cf9829db5dfcd59b3e4ceb17dcb7033 | |
| parent | d6c2cdc6b1fed30f15eb6cb94c7b1bade51ed31b (diff) | |
FIX: build.json: Fix repeating flag in BTB manifest.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
| -rw-r--r-- | build.json | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,6 +4,6 @@ "headers_path": ["./dev/NDK", "./dev", "./dev/NDK/Sources/Detail"], "sources_path": ["dev/NDK/Sources/*.cxx"], "output_name": "ndk.dll", - "compiler_flags": ["-fPIC", "-shared", "-fPIC"], + "compiler_flags": ["-fPIC", "-shared"], "cpp_macros": ["__NDK_DLL__=202401"] } |
