mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-08 00:37:14 +01:00
pass path to cpp.exe with native path seperator
git-svn-id: trunk@7496 -
This commit is contained in:
parent
9e904d09dd
commit
a7cd638873
@ -231,7 +231,7 @@ endif
|
||||
PACKAGESDIR:=$(wildcard $(FPCDIR) $(FPCDIR)/packages/base $(FPCDIR)/packages/extra)
|
||||
override PACKAGE_NAME=lazaruside
|
||||
override PACKAGE_VERSION=0.9b
|
||||
RCPP?=$(firstword $(strip $(wildcard $(addsuffix /cpp$(SRCEXEEXT),$(SEARCHPATH)))))
|
||||
RCPP?=$(firstword $(strip $(subst /,$(PATHSEP),$(wildcard $(addsuffix /cpp$(SRCEXEEXT),$(SEARCHPATH))))))
|
||||
ifndef LCL_PLATFORM
|
||||
ifeq ($(OS_TARGET),win32)
|
||||
LCL_PLATFORM=win32
|
||||
|
||||
@ -47,7 +47,7 @@ basedir=share/lazarus/ide
|
||||
destdir=$(BASEDIR)/dist
|
||||
|
||||
[prerules]
|
||||
RCPP?=$(firstword $(strip $(wildcard $(addsuffix /cpp$(SRCEXEEXT),$(SEARCHPATH)))))
|
||||
RCPP?=$(firstword $(strip $(subst /,$(PATHSEP),$(wildcard $(addsuffix /cpp$(SRCEXEEXT),$(SEARCHPATH))))))
|
||||
#
|
||||
# LCL Platform
|
||||
ifndef LCL_PLATFORM
|
||||
|
||||
Loading…
Reference in New Issue
Block a user