Skip to content

Commit

Permalink
fix: don't check ld.so.conf on apple/osx
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Jan 3, 2025
1 parent adc80ce commit 1344217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cjit.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ static bool cjit_setup(CJITState *cjit) {
}
#endif

#if defined(POSIX)
#if defined(UNIX)
read_ldsoconf(cjit->libpaths,"/etc/ld.so.conf");
read_ldsoconf_dir(cjit->libpaths,"/etc/ld.so.conf.d");
#endif
Expand Down

0 comments on commit 1344217

Please sign in to comment.