Skip to content

Commit 652396a

Browse files
committed
Workaround for #274. Adding again the typo pointing to the correct name.
1 parent ee0c929 commit 652396a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

it.baeyens.arduino.core/src/it/baeyens/arduino/tools/ArduinoHelpers.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,8 @@ public static void setProjectPathVariables(IProject project, IPath platformPath)
370370
pathMan.setURIValue(ArduinoConst.WORKSPACE_PATH_VARIABLE_NAME_HARDWARE_LIB, URIUtil.toURI(arduinoHardwareLibraryPath));
371371
pathMan.setURIValue(ArduinoConst.PATH_VARIABLE_NAME_ARDUINO_PLATFORM, URIUtil.toURI(platformPath));
372372
pathMan.setURIValue(ArduinoConst.PATH_VARIABLE_NAME_ARDUINO_PINS, URIUtil.toURI(PinPath));
373+
pathMan.setURIValue("ArduinoPivateLibPath", URIUtil.toURI("${" + ArduinoConst.WORKSPACE_PATH_VARIABLE_NAME_PRIVATE_LIB + "}"));
374+
373375
} catch (CoreException e) {
374376
Common.log(new Status(IStatus.ERROR, ArduinoConst.CORE_PLUGIN_ID,
375377
"Failed to create the path variable variables. The setup will not work properly", e));

0 commit comments

Comments
 (0)