Skip to content

Commit

Permalink
Hardcode commit sha
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Jan 29, 2025
1 parent 08e85da commit c9a2823
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ endif
ADD_REVISION?=0

BRANCH=$(shell git rev-parse --abbrev-ref HEAD)
COMMIT_SHA=$(shell git rev-parse --short HEAD)
COMMIT_SHA=08e85da4eab87b2a629314f1182a1ec1e36e43fb
COMMIT_DATE=$(shell \
if [ "$$(uname)" = "Darwin" ]; then \
date -u -r $$(git show -s --format=%ct HEAD) +%Y%m%d%H%M%S; \
Expand Down Expand Up @@ -91,9 +91,6 @@ ifdef SYSTEMROOT
-@taskkill /F /IM haxe.exe 2>/dev/null
endif

# Only use if you have only changed gencpp.ml
quickcpp: build_src build_pass_4 copy_haxetoolkit

CPP_OS := $(shell uname)
ifeq ($(CPP_OS),Linux)
copy_haxetoolkit:
Expand Down

0 comments on commit c9a2823

Please sign in to comment.