We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf276a9 + c3617af commit 3d714c0Copy full SHA for 3d714c0
hello-buck-cxx/.buckconfig
@@ -1,9 +1,14 @@
1
-
2
[cxx]
3
cxxppflags="-D HELLOSTRING=\"Buck\""
4
5
-[cxx#other_platform]
6
- cxxppflags="-D HELLOSTRING=\"Chuck\""
+<file:cxx-other-platform/cxx-other-platform.include>
+
+#
7
+# Include the following configuration file if it
8
+# exists. If the file does not exist, do nothing.
9
+# (Note the `?` prefix.)
10
11
+<?file:future-platform/future-platform.include>
12
13
[parser]
14
default_build_file_syntax = skylark
hello-buck-cxx/cxx-other-platform/cxx-other-platform.include
@@ -0,0 +1,3 @@
+[cxx#other_platform]
+ cxxppflags="-D HELLOSTRING=\"Chuck\""
0 commit comments