Skip to content

Commit 14ab483

Browse files
committed
wrong PCH suffix
1 parent 41dd86f commit 14ab483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile.common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ else ifeq ($(shell uname),Darwin)
8686
PCH_COMPILE ?= -x c++-header
8787
PCH_USE ?= --include-pch
8888
PCH_USE_SUFFIX ?= .pch
89-
PCH_SUFFIX ?= .gch
89+
PCH_SUFFIX ?= .pch
9090
LIB_SUFFIX ?= .a
9191
EXE_SUFFIC ?=
9292
DLL_SUFFIX ?= .so

0 commit comments

Comments
 (0)