Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions hello-buck-cxx/.buckconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@

[cxx]
cxxppflags="-D HELLOSTRING=\"Buck\""

[cxx#other_platform]
cxxppflags="-D HELLOSTRING=\"Chuck\""
<file:cxx-other-platform/cxx-other-platform.include>

#
# Include the following configuration file if it
# exists. If the file does not exist, do nothing.
# (Note the `?` prefix.)
#
<?file:future-platform/future-platform.include>

[parser]
default_build_file_syntax = skylark
Expand Down
3 changes: 3 additions & 0 deletions hello-buck-cxx/cxx-other-platform/cxx-other-platform.include
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[cxx#other_platform]
cxxppflags="-D HELLOSTRING=\"Chuck\""