Skip to content

Commit

Permalink
Fix make variable usage
Browse files Browse the repository at this point in the history
  • Loading branch information
TingPing committed Aug 7, 2024
1 parent 0a49614 commit 0d5ef9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvidia-Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
all:
gcc -o apply_extra -Wall -static -DNVIDIA_VERSION='"'$(subst -,.,${NVIDIA_VERSION})'"' -DNVIDIA_BASENAME='"'$(notdir ${NVIDIA_URL})'"' -DARCH='"'${ARCH}'"' nvidia-apply-extra.c $(CFLAGS) ${LDFLAGS} -larchive -lz -llzma -lzstd
gcc -o apply_extra -Wall -static -DNVIDIA_VERSION='"'$(subst -,.,${NVIDIA_VERSION})'"' -DNVIDIA_BASENAME='"'$(notdir ${NVIDIA_URL})'"' -DARCH='"'${ARCH}'"' nvidia-apply-extra.c ${CFLAGS} ${LDFLAGS} -larchive -lz -llzma -lzstd

install:
mkdir -p ${FLATPAK_DEST}/bin
Expand Down

0 comments on commit 0d5ef9a

Please sign in to comment.