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 343eaaa commit 7a41833Copy full SHA for 7a41833
make/paths.mk
@@ -22,6 +22,8 @@
22
ifndef PREFIX
23
ifeq ($(PLATFORM),Windows)
24
PREFIX := $(BASEDIR)/INSTALL
25
+ else ifeq ($(CROSS_COMPILE),1)
26
+ PREFIX := $(BASEDIR)/INSTALL
27
else
28
PREFIX := /usr/local
29
endif
make/tools.mk
@@ -27,14 +27,14 @@ ifeq ($(PLATFORM),OpenBSD)
X_AR_TOOL := ar
X_LD_TOOL := ld
X_PKG_CONFIG := pkg-config
30
-else ifeq($(PLATFORM),BSD)
+else ifeq ($(PLATFORM),BSD)
31
X_CC_TOOL := clang
32
X_CXX_TOOL := clang++
33
X_AS_TOOL := as
34
35
36
37
-else ifeq($(PLATFORM),MacOS)
+else ifeq ($(PLATFORM),MacOS)
38
39
40
0 commit comments