Fixing build to tolerate some missing dependencies.

Be able to build without nodejs and d8.
This commit is contained in:
Brad Nelson
2024-02-24 10:03:09 -08:00
parent aa69b68412
commit f9d1b6102f
3 changed files with 38 additions and 22 deletions

View File

@ -12,6 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
if not WEB_ENABLED:
Return()
OPTIONS = '-I $src/site'
UE_OPTIONS = OPTIONS + ' -DFORTH=uEForth'
ESP_OPTIONS = OPTIONS + ' -DFORTH=ESP32forth'