Skip to content

Commit

Permalink
thanks travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ncannasse committed Oct 2, 2013
1 parent 43f4be7 commit 0e5f067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export HAXE_STD_PATH=$(CURDIR)/std
ifneq ($(ADD_REVISION),0)
VERSION_EXTRA="let version_extra = Some \" (git build $(shell git rev-parse --abbrev-ref HEAD) @ $(shell git describe --always)) \""
else
VERSION_EXTRA="let version_extra = None
VERSION_EXTRA="let version_extra = None"
endif

all: libs haxe
Expand Down

0 comments on commit 0e5f067

Please sign in to comment.