summaryrefslogtreecommitdiffstats
path: root/src/box2d.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-10-24 09:08:44 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-10-24 09:08:44 (GMT)
commitb5d2ade2bf4b1f039767987fe4462fc648dfebc6 (patch)
tree87edf328faed76eec1d44b8f4c09954b6bb8c4c4 /src/box2d.mk
parent546151eb850fe937566b006d5a0c952194bc4b9d (diff)
downloadmxe-b5d2ade2bf4b1f039767987fe4462fc648dfebc6.zip
mxe-b5d2ade2bf4b1f039767987fe4462fc648dfebc6.tar.gz
mxe-b5d2ade2bf4b1f039767987fe4462fc648dfebc6.tar.bz2
box2d: fix case in subdir
closes #954
Diffstat (limited to 'src/box2d.mk')
-rw-r--r--src/box2d.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/box2d.mk b/src/box2d.mk
index e0402a2..9d51d91 100644
--- a/src/box2d.mk
+++ b/src/box2d.mk
@@ -5,7 +5,7 @@ PKG := box2d
$(PKG)_IGNORE :=
$(PKG)_VERSION := 2.3.1
$(PKG)_CHECKSUM := 2c61505f03ef403b54cf0e510d83d6f567e37882ad79b5b2d486acbc7d5eedea
-$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)/Box2D
+$(PKG)_SUBDIR := Box2D-$($(PKG)_VERSION)/Box2D
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://github.com/erincatto/Box2D/archive/v$($(PKG)_VERSION).tar.gz
$(PKG)_DEPS := gcc