Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
pjt0620 authored Jan 27, 2020
1 parent 26917c6 commit 9b5d78e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ SHELL := /bin/bash
TARGET_OS=Ubuntu 18.04
OS_NAME=$(shell lsb_release -si)
OS_VER=$(shell lsb_release -sr)
ifneq ($(OS_NAME) $(OS_VER),$(TARGET_OS))
$(error You do not have the necessary OS installed: $(TARGET_OS))
endif
# ifneq ($(OS_NAME) $(OS_VER),$(TARGET_OS))
# $(error You do not have the necessary OS installed: $(TARGET_OS))
# endif

# Verify openxc-python is 2.0+
TARGET_OXC_PY_VER=2.0
Expand Down

0 comments on commit 9b5d78e

Please sign in to comment.