Skip to content
Snippets Groups Projects
Commit cfe2e836 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix typo (missing quote)

parent 59dbd7f5
No related branches found
No related tags found
No related merge requests found
Pipeline #4990 passed
......@@ -38,7 +38,7 @@ endif
@echo " 'DEBUG=1' Build output files with debug information"
@echo " 'RELEASE=1' Build output files withOUT debug information"
@echo " 'JSLIB=x' Specify an alternate path to libmozjs[185].so"
@echo " 'JSINCLUDE=x Specify an alternate Mozilla JS library header path"
@echo " 'JSINCLUDE=x' Specify an alternate Mozilla JS library header path"
UTIL_LDFLAGS := $(LDFLAGS)
UTIL_LDFLAGS += $(SMBLIB_LDFLAGS) $(UIFC-MT_LDFLAGS) $(CIOLIB-MT_LDFLAGS) $(XPDEV_LDFLAGS) $(ENCODE_LDFLAGS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment