Skip to content

Commit 455a816

Browse files
committed
Remove workaround for managing both API_LEVEL_5 and API_LEVEL > 5
1 parent 1d34ae8 commit 455a816

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ledger_secure_sdk_sys/build.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -408,13 +408,6 @@ impl SDKBuilder {
408408
// Let cc::Build determine CC from the environment variable
409409
}
410410

411-
// Test if the file lib_cxng/src/cx_exported_functions.c exists
412-
// If it does, add it to the list of files to compile
413-
let cxng_src = self.bolos_sdk.join("lib_cxng/src/cx_exported_functions.c");
414-
if cxng_src.exists() {
415-
command.file(cxng_src);
416-
}
417-
418411
command
419412
.files(&AUX_C_FILES)
420413
.files(str2path(&self.bolos_sdk, &SDK_C_FILES))

0 commit comments

Comments
 (0)