summaryrefslogtreecommitdiffhomepage
path: root/patches/slang-2.3.2.local.patch
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-09-10 17:45:22 +0100
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-09-10 17:45:22 +0100
commit9d9b421e2b2b589e98d50699b3a9007002c317bc (patch)
treed7f58234cf8488e6ce225b3b09f36973a98da3e4 /patches/slang-2.3.2.local.patch
parentddaae256f26934ae523177ba77a6b0eb1601f2d6 (diff)
downloadmidipix_build-9d9b421e2b2b589e98d50699b3a9007002c317bc.tar.bz2
midipix_build-9d9b421e2b2b589e98d50699b3a9007002c317bc.tar.xz
patches/slang-2.3.2.local.patch: updated.
Diffstat (limited to 'patches/slang-2.3.2.local.patch')
-rw-r--r--patches/slang-2.3.2.local.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/slang-2.3.2.local.patch b/patches/slang-2.3.2.local.patch
index 1ba9ace1..763253ca 100644
--- a/patches/slang-2.3.2.local.patch
+++ b/patches/slang-2.3.2.local.patch
@@ -6,7 +6,7 @@ diff -ru slang-2.3.2.orig/modules/Makefile.in slang-2.3.2/modules/Makefile.in
CC = @CC@
CFLAGS = @CFLAGS@ @SLANG_DLL_CFLAGS@
-LDFLAGS = @LDFLAGS@
-+LDFLAGS = @LDFLAGS@ -L../../src/elfobjs -lslang
++LDFLAGS = @LDFLAGS@ -L../../src/nt64elfobjs -lslang
CC_SHARED_FLAGS = @CC_SHARED_FLAGS@
CC_SHARED = $(CC) $(INCS) $(CC_SHARED_FLAGS) $(CFLAGS)
CONFIG_DIR = @CONFIG_DIR@