Skip to content

Commit

Permalink
define APPNAME earlier to fix msys2 copy dlls failing (#6166)
Browse files Browse the repository at this point in the history
  • Loading branch information
sphaero authored and arturoc committed Nov 1, 2018
1 parent 5257b2d commit 751842a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
# define the OF_SHARED_MAKEFILES location
OF_SHARED_MAKEFILES_PATH=$(OF_ROOT)/libs/openFrameworksCompiled/project/makefileCommon

include $(OF_SHARED_MAKEFILES_PATH)/config.shared.mk

# if APPNAME is not defined, set it to the project dir name
ifndef APPNAME
APPNAME = $(shell basename `pwd`)
endif

include $(OF_SHARED_MAKEFILES_PATH)/config.shared.mk

# Name TARGET
ifeq ($(findstring Debug,$(MAKECMDGOALS)),Debug)
TARGET_NAME = Debug
Expand Down

0 comments on commit 751842a

Please sign in to comment.