mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-01-23 21:40:00 +01:00
compile fix
This commit is contained in:
parent
2aa3520af7
commit
5a4c954303
@ -17,7 +17,7 @@ CC = @CC@
|
|||||||
CFLAGS = @CFLAGS@ @CPPFLAGS@
|
CFLAGS = @CFLAGS@ @CPPFLAGS@
|
||||||
DEFS = @defs@
|
DEFS = @defs@
|
||||||
INCDIR = -I. -I.. -I../.. -I../../src -I../src @INCDIR@ @sql_includes@
|
INCDIR = -I. -I.. -I../.. -I../../src -I../src @INCDIR@ @sql_includes@
|
||||||
LIBDIR = -L. @LIBDIR@ @LDFLAGS@ -L../src
|
LIBDIR = -L. @LIBDIR@ @LDFLAGS@ -L../../src
|
||||||
LIBS = @LIBS@ @sql_libs@
|
LIBS = @LIBS@ @sql_libs@
|
||||||
RUNNING_USER = @RUNNING_USER@
|
RUNNING_USER = @RUNNING_USER@
|
||||||
RUNNING_GROUP = `@id_bin@ -gn $(RUNNING_USER)`
|
RUNNING_GROUP = `@id_bin@ -gn $(RUNNING_USER)`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user