Skip to content

Commit

Permalink
do not abort when dlopen failed
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz committed Sep 30, 2023
1 parent 764a32d commit d9fbe94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/3rdparty/implib/arch/common/init.c.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ extern "C" {
if(!(cond)) { \
fprintf(stderr, "implib-gen: $load_name: " fmt "\n", ##__VA_ARGS__); \
assert(0 && "Assertion in generated code"); \
abort(); \
} \
} while(0)

Expand Down

0 comments on commit d9fbe94

Please sign in to comment.