mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
Move GENDIR from includes back to copts
This commit is contained in:
parent
f8a0efe03a
commit
f3f0522404
1 changed files with 1 additions and 1 deletions
|
@ -62,6 +62,7 @@ def gflags_sources(namespace=["google", "gflags"]):
|
|||
def gflags_library(hdrs=[], srcs=[], threads=1):
|
||||
name = "gflags"
|
||||
copts = [
|
||||
"-I$(GENDIR)/" + PACKAGE_NAME,
|
||||
"-DHAVE_STDINT_H",
|
||||
"-DHAVE_SYS_TYPES_H",
|
||||
"-DHAVE_INTTYPES_H",
|
||||
|
@ -85,7 +86,6 @@ def gflags_library(hdrs=[], srcs=[], threads=1):
|
|||
name = name,
|
||||
hdrs = hdrs,
|
||||
srcs = srcs,
|
||||
includes = ["$(GENDIR)"],
|
||||
copts = copts,
|
||||
linkopts = linkopts,
|
||||
visibility = ["//visibility:public"]
|
||||
|
|
Loading…
Add table
Reference in a new issue