From 0b596b70ec342b9fa8ce801c8f2cc6bff3b19d6a Mon Sep 17 00:00:00 2001 From: Aldo Hernandez <51335047+Aldo633@users.noreply.github.com> Date: Wed, 14 Oct 2020 12:50:52 -0500 Subject: [PATCH] Update build.toml --- build.toml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/build.toml b/build.toml index 29bf499..72b97b4 100644 --- a/build.toml +++ b/build.toml @@ -21,21 +21,6 @@ project = '{cd}' target = 'My Computer' build_spec = 'Engine Release' -[[build.steps]] -name = 'Engine Library Linux' -type = 'lvBuildSpec' -project = '{cdLinux}' -target = 'RT CompactRIO Target - Linux ARM' -build_spec = 'Engine Release' - - -[[build.steps]] -name = 'Engine Library Pharlap' -type = 'lvBuildSpec' -project = '{cdPharlap}' -target = 'RT PXI Target' -build_spec = 'Engine Release' - [package] type = 'nipkg'