tccpe: set tcc_lib_path from DLL

This commit is contained in:
grischka
2009-07-18 22:07:33 +02:00
parent 1df662c1b0
commit 94ae3984b0
4 changed files with 10 additions and 33 deletions

2
tcc.h
View File

@ -473,7 +473,7 @@ struct TCCState {
/* compile with built-in memory and bounds checker */
int do_bounds_check;
/* give the path of the tcc libraries */
const char *tcc_lib_path;
char *tcc_lib_path;
/* error handling */
void *error_opaque;