mirror of
https://github.com/psforever/PSCrypto.git
synced 2026-03-09 15:30:29 +00:00
Fix Makefile if
This commit is contained in:
parent
b14d67f123
commit
7dbf15eeae
1 changed files with 4 additions and 2 deletions
|
|
@ -20,8 +20,10 @@ ifeq "$(ARCH)" ""
|
|||
endif
|
||||
endif
|
||||
|
||||
ifeq "$(OS)" ""
|
||||
$(error "Unable to determine operating system")
|
||||
ifeq "$(OS1)" ""
|
||||
ifeq "$(OS2)" ""
|
||||
$(error "Unable to determine operating system")
|
||||
endif
|
||||
endif
|
||||
|
||||
# Consolidate the GCC architecture value.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue