Skip to content
Snippets Groups Projects
Commit 78f63dec authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Revert "Throw an error and hint if SYMLINK is defined on the command-line"

This reverts commit cfcff881
parent dd97c28f
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
...@@ -11,10 +11,6 @@ ...@@ -11,10 +11,6 @@
# Optional build targets: dlls, utils, mono, all (default) # # Optional build targets: dlls, utils, mono, all (default) #
######################################################################### #########################################################################
ifdef SYMLINK
$(error SYMLINK was defined and unexpected. You might mean the 'symlinks' target instead)
endif
PWD := $(shell /bin/pwd) PWD := $(shell /bin/pwd)
SRC_ROOT ?= ${PWD}/.. SRC_ROOT ?= ${PWD}/..
include $(SRC_ROOT)/build/Common.gmake include $(SRC_ROOT)/build/Common.gmake
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment