You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys, I have 2 issues in buck_local project generation.
1. cxx_library rule is not included in linker flags BuckLocal/BUCK. This mapping caused compiler error (missing symbol) when I used cxx_library rule.
Current
cxx_library() not included in linker flags BuckLocal/BUCK
Expected
library gets linked in BuckLocal/BUCK
2. Some of my rules are using preprocessor_flag = ["-I $(location //targets:myrule)"]. Somehow this gets filtered in the query and included in linker flags.
Current
Caused by
Expected
string "-lct#iphonesimulator-x86_64,private-headers.hm" not included in linker flags
The text was updated successfully, but these errors were encountered:
Hi guys, I have 2 issues in
buck_local
project generation.1. cxx_library rule is not included in linker flags
BuckLocal/BUCK
. This mapping caused compiler error (missing symbol) when I used cxx_library rule.Current
cxx_library() not included in linker flags
BuckLocal/BUCK
Expected
library gets linked in
BuckLocal/BUCK
2. Some of my rules are using preprocessor_flag = ["-I $(location //targets:myrule)"]. Somehow this gets filtered in the query and included in linker flags.
Current
Caused by
Expected
string "-lct#iphonesimulator-x86_64,private-headers.hm" not included in linker flags
The text was updated successfully, but these errors were encountered: