mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 21:42:19 +00:00
makefile fix
This commit is contained in:
@@ -36,7 +36,7 @@ endif
|
||||
endif
|
||||
|
||||
VERSION:=`date '+%y%m%d'`
|
||||
LAST_COMMIT_HASH:=$(git rev-parse HEAD)
|
||||
LAST_COMMIT_HASH:=$(shell git rev-parse HEAD)
|
||||
PYVERSION:=py310
|
||||
|
||||
ifeq ($(PYVERSION), py39)
|
||||
|
||||
Reference in New Issue
Block a user