We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d71a363 commit 6a72fd1Copy full SHA for 6a72fd1
examples/lighting-app/nxp/k32w/k32w0/.gn
@@ -26,6 +26,10 @@ default_args = {
26
27
import("//args.gni")
28
29
+ pw_build_PIP_CONSTRAINTS = [ "${chip_root}/scripts/setup/constraints.txt" ]
30
+ pw_build_PIP_REQUIREMENTS =
31
+ [ "${chip_root}/scripts/setup/requirements.build.txt" ]
32
+
33
# Import default platform configs
34
import("${chip_root}/src/platform/nxp/k32w/k32w0/args.gni")
35
}
0 commit comments