mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Fix relying on PWD being set in the makefile.
This may not be set in some circumstances.
This commit is contained in:
parent
5e1cb9ed76
commit
e122a986a4
@ -32,7 +32,7 @@
|
|||||||
CXX = @CXX@
|
CXX = @CXX@
|
||||||
COMPILER = @COMPILER_NAME@
|
COMPILER = @COMPILER_NAME@
|
||||||
SYSTEM = @SYSTEM_NAME@
|
SYSTEM = @SYSTEM_NAME@
|
||||||
BUILDPATH ?= $(PWD)/build
|
BUILDPATH ?= $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/build
|
||||||
SOCKETENGINE = @SOCKETENGINE@
|
SOCKETENGINE = @SOCKETENGINE@
|
||||||
CORECXXFLAGS = -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -pipe -Iinclude -Wall -Wextra -Wfatal-errors -Wno-unused-parameter -Wshadow
|
CORECXXFLAGS = -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -pipe -Iinclude -Wall -Wextra -Wfatal-errors -Wno-unused-parameter -Wshadow
|
||||||
LDLIBS = -lstdc++
|
LDLIBS = -lstdc++
|
||||||
|
Loading…
x
Reference in New Issue
Block a user