mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
this should help compile on old OSX (nw)
This commit is contained in:
parent
ba2c0040e9
commit
eb54c7d8f3
1
3rdparty/sqlite3/sqlite3.c
vendored
1
3rdparty/sqlite3/sqlite3.c
vendored
@ -22182,6 +22182,7 @@ SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){
|
||||
assert( rc!=WAIT_IO_COMPLETION );
|
||||
bRc = CloseHandle((HANDLE)p->tid);
|
||||
assert( bRc );
|
||||
(void)bRc;
|
||||
}
|
||||
if( rc==WAIT_OBJECT_0 ) *ppOut = p->pResult;
|
||||
sqlite3_free(p);
|
||||
|
@ -598,7 +598,7 @@ endif
|
||||
|
||||
$(LIBOBJ)/sqlite3/sqlite3.o: $(3RDPARTY)/sqlite3/sqlite3.c | $(OSPREBUILD)
|
||||
@echo Compiling $<...
|
||||
$(CC) $(CDEFS) $(CCOMFLAGS) $(CONLYFLAGS) -Wno-bad-function-cast -Wno-undef -Wno-unused-but-set-variable -I$(3RDPARTY)/sqlite3 $(SQLITE3_FLAGS) -c $< -o $@
|
||||
$(CC) $(CDEFS) $(CCOMFLAGS) $(CONLYFLAGS) -Wno-bad-function-cast -Wno-undef -I$(3RDPARTY)/sqlite3 $(SQLITE3_FLAGS) -c $< -o $@
|
||||
|
||||
#-------------------------------------------------
|
||||
# BGFX library objects
|
||||
|
Loading…
Reference in New Issue
Block a user