We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb5f94 commit fd32957Copy full SHA for fd32957
scripts/templates/macos/Makefile
@@ -4,7 +4,7 @@ ifneq ($(wildcard config.make),)
4
include config.make
5
endif
6
7
-# make sure the the OF_ROOT location is defined
+# make sure the OF_ROOT location is defined
8
ifndef OF_ROOT
9
OF_ROOT=$(realpath ../../..)
10
scripts/templates/osx/Makefile
OF_ROOT=../../..
0 commit comments