Remove xcode_public_headers_symlinks from open source
Summary: Remove internal xcode_public_headers_symlinks flag from open source in hope to fix travis builds. Reviewed By: lucasr Differential Revision: D3992698 fbshipit-source-id: 1bd19bdd18d1bdfff595c19475bb2adc23d95335
This commit is contained in:
committed by
Facebook Github Bot
parent
62dba4c741
commit
136ec25e8c
@@ -19,7 +19,6 @@ prebuilt_cxx_library(
|
||||
cxx_library(
|
||||
name = 'fbjni',
|
||||
srcs = glob(['**/*.cpp']),
|
||||
xcode_public_headers_symlinks = True,
|
||||
exported_headers = subdir_glob([('include', '**/*.h')]),
|
||||
header_namespace = '',
|
||||
compiler_flags = [
|
||||
|
@@ -31,7 +31,6 @@ COMPILER_FLAGS = [
|
||||
cxx_library(
|
||||
name = 'gtest',
|
||||
srcs = glob([gtest_folder + '/src/*.cc']),
|
||||
xcode_public_headers_symlinks = True,
|
||||
exported_headers = subdir_glob([
|
||||
(gtest_folder + '/include', '**/*.h'),
|
||||
(gtest_folder, 'src/*.h'),
|
||||
|
Reference in New Issue
Block a user