mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Fix BSD make failure on empty .if block
This commit is contained in:
parent
eadc361891
commit
70ac960033
@ -87,6 +87,7 @@ CXXFLAGS += -Iinclude
|
||||
@ENDIF
|
||||
|
||||
@IFEQ $(PURE_STATIC) 0
|
||||
DUMMY = 42
|
||||
@ELSIFEQ $(PURE_STATIC) 1
|
||||
CXXFLAGS += -DPURE_STATIC
|
||||
@ELSE
|
||||
|
Loading…
x
Reference in New Issue
Block a user