Skip to content

Commit

Permalink
-include-pch one hyphen
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbradsmith committed Apr 21, 2024
1 parent ee90c5e commit 9bfb21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ else ifeq ($(shell uname),Darwin)
LDFLAGS_NSFPLAY ?=
LDFLAGS_DLL ?= -shared
PCH_COMPILE ?= -x c++-header
PCH_USE ?= --include-pch
PCH_USE ?= -include-pch
PCH_USE_SUFFIX ?= .pch
PCH_SUFFIX ?= .pch
LIB_SUFFIX ?= .a
Expand Down

0 comments on commit 9bfb21f

Please sign in to comment.