Browse Source

Make the platform.local a bit more generic

Richard Wackerbarth 9 years ago
parent
commit
9643e6c744

+ 5
- 1
ArduinoAddons/Arduino_1.6.x/hardware/marlin/avr/platform.local.txt View File

@@ -1,2 +1,6 @@
1 1
 compiler.cpp.extra_flags=-DHAS_AUTOMATIC_VERSIONING
2
-recipe.hooks.prebuild.pattern=generate_version_header_for_marlin "{build.source.path}" "{build.path}/_Version.h"
2
+build.custom_bin.path.macosx=/usr/local/bin/
3
+build.custom_bin.path.linux=
4
+recipe.hooks.prebuild0.pattern={build.custom_bin.path}generate_version_header_for_marlin "{build.source.path}" "{build.path}/_Version.h"
5
+# Please help -- We need an implementation on Windows
6
+recipe.hooks.prebuild0.pattern.windows=

Loading…
Cancel
Save