aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorMike Pall <mike>2025-10-16 13:17:45 +0200
committerMike Pall <mike>2025-10-16 13:17:45 +0200
commita21ba1c9b5218ef83eb8bc6d374764da84f77ffd (patch)
tree547c1730541f004444e0b697e5476d1cbaf67635 /src/Makefile
parenta69aef43fe1838da26c193d188580229b2387583 (diff)
downloadluajit-a21ba1c9b5218ef83eb8bc6d374764da84f77ffd.tar.gz
luajit-a21ba1c9b5218ef83eb8bc6d374764da84f77ffd.tar.bz2
luajit-a21ba1c9b5218ef83eb8bc6d374764da84f77ffd.zip
Add GNU/Hurd build support.
Note: this is not an officially supported target. Contributed by Pino Toscano and Samuel Thibault. #1383 #1384
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index c83abfa0..5dd98a31 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -357,6 +357,9 @@ else
357 ifeq (GNU/kFreeBSD,$(TARGET_SYS)) 357 ifeq (GNU/kFreeBSD,$(TARGET_SYS))
358 TARGET_XLIBS+= -ldl 358 TARGET_XLIBS+= -ldl
359 endif 359 endif
360 ifeq (GNU,$(TARGET_SYS))
361 TARGET_XLIBS+= -ldl
362 endif
360endif 363endif
361endif 364endif
362endif 365endif