summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-09-18 10:08:07 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-09-18 10:08:07 +0200
commit9901bc3f7525fd8b62ab5ac8949e23bbd96834cf (patch)
treeef1ba6a49cf9829db5dfcd59b3e4ceb17dcb7033
parentd6c2cdc6b1fed30f15eb6cb94c7b1bade51ed31b (diff)
FIX: build.json: Fix repeating flag in BTB manifest.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
-rw-r--r--build.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.json b/build.json
index 9eddf04..beed928 100644
--- a/build.json
+++ b/build.json
@@ -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"]
}