Skip to content

Commit

Permalink
makefile: fix typo __FB_BUILD_FORK_ID__
Browse files Browse the repository at this point in the history
  • Loading branch information
jayrm committed Apr 5, 2024
1 parent c86fffa commit 7db5ba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Expand Up @@ -98,7 +98,7 @@
# ENABLE_STRIPALL=0 disable "-d ENABLE_STRIPALL" with all targets
# FBSHA1=1 determine the sha-1 of the current commit in repo and store it in the compiler
# FBSHA1=some-sha-1 explicitly indicate the sha-1 to store in the compiler
# FBFORKID=name tells fbc to set a custom value for __FB_FORK_ID__
# FBFORKID=name tells fbc to set a custom value for __FB_BUILD_FORK_ID__
# FBPACKAGE bindist: The package/archive file name without path or extension
# FBPACKSUFFIX bindist: Allows adding a custom suffix to the normal package name (and the toplevel dir in the archive)
# FBMANIFEST bindist: The manifest file name without path or extension
Expand All @@ -121,7 +121,7 @@
# -d DISABLE_STDCXX_PATH tells fbc to not search for some libstdc++/libc++ depending on target platform
# -d BUILD_FB_DEFAULT_CPUTYPE_X86=<FB_CPUTYPE> set default x86 cpu type to one of FB_CPUTYPE
# -d BUILD_FB_DEFAULT_CPUTYPE_ARM=<FB_CPUTYPE> set default arm cpu type to one of FB_CPUTYPE
# -d FBFORKID="name" tells fbc to set a custom value for __FB_FORK_ID__
# -d FBFORKID="name" tells fbc to set a custom value for __FB_BUILD_FORK_ID__
#
# internal makefile configuration (but can override):
# libsubdir override the library directory - default is set depending on TARGET
Expand Down

0 comments on commit 7db5ba3

Please sign in to comment.