X-Git-Url: https://www.kengrimes.com/gitweb/?p=henge%2Fwebcc.git;a=blobdiff_plain;f=Makefile;h=a8aefba8fac871d86fda5e8962cca4d81b0474c0;hp=d0e4090a312e6091b432c217172747f0d1e4bccf;hb=d1ef6c9a1fbfaa524d2d286b72308aeec7f3cd12;hpb=957d4c384203bdc325c81a594943a5790dcb32aa diff --git a/Makefile b/Makefile index d0e4090..a8aefba 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ SLANGS := y rl # Language-specific compilers and flags passed in from environment c_C := $(strip $(notdir $(CC))) c_FLAGS := $(strip $(CFLAGS)) -I$(SRC_DIR) -c_LIBS := SDL2 wolfssl +c_LIBS := SDL2 wolfssl unistring c_SRCL := y cpp_C := $(strip $(notdir $(CXX))) cpp_FLAGS := $(strip $(CXXFLAGS)) $(c_FLAGS) @@ -135,7 +135,7 @@ $(eval $(call SRC_LANG_DRVRULE,$(drvsrc),$(lang)))\ )) # Create driver rules for each driver we found, let users call make specifying -# the basename of the driver file, and just route to the correct linkrule we +# the basename of the driver file, and just route to the correct e we # made in the last paragraph DRV_FNAMES := $(notdir $(DRV_SRC)) .PHONY: all $(basename $(DRV_NAMES))