Changes in perlconfig.c [dde1b4d:ce68f23]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perlconfig.c
rdde1b4d rce68f23 406 406 /* Add the system lib path to @INC */ 407 407 inc = get_av("INC", 0); 408 path = g_ build_filename(owl_get_datadir(), "lib", NULL);408 path = g_strdup_printf("%s/lib", owl_get_datadir()); 409 409 av_unshift(inc, 1); 410 410 av_store(inc, 0, owl_new_sv(path));
Note: See TracChangeset
for help on using the changeset viewer.