mirror of
https://github.com/psforever/PSCrypto.git
synced 2026-07-16 00:44:40 +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
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq "$(OS)" ""
|
ifeq "$(OS1)" ""
|
||||||
$(error "Unable to determine operating system")
|
ifeq "$(OS2)" ""
|
||||||
|
$(error "Unable to determine operating system")
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Consolidate the GCC architecture value.
|
# Consolidate the GCC architecture value.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue