summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-10-05 22:50:48 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-10-05 22:50:48 +0200
commit09ebc8b07f65ebdbd321bcd568074eb7301a7556 (patch)
treee3066053b087bae7ab2b0168af9d56aa106b2481
parentc7a44592735a1b226db28da413a7add7891a197d (diff)
kill luajit
Will probably use daslang instead.
-rw-r--r--.gitmodules3
-rw-r--r--external/CMakeLists.txt14
m---------external/luajit0
3 files changed, 0 insertions, 17 deletions
diff --git a/.gitmodules b/.gitmodules
index 1b59229d..b4537dd2 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -22,9 +22,6 @@
[submodule "fmt"]
path = external/fmt
url = https://github.com/fmtlib/fmt.git
-[submodule "luajit"]
- path = external/luajit
- url = https://github.com/sthalik/luajit.git
[submodule "robin-map"]
path = external/robin-map
url = https://github.com/Tessil/robin-map.git
diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt
index e258fa87..27899e91 100644
--- a/external/CMakeLists.txt
+++ b/external/CMakeLists.txt
@@ -270,19 +270,6 @@ if(FLOORMAT_SUBMODULE-DEPENDENCIES)
install(TARGETS benchmark RUNTIME DESTINATION "bin")
endfunction()
- function(fm_add_luajit)
- set(CMAKE_C_STANDARD 11)
- set(CMAKE_C_EXTENSIONS 1)
- unset(CMAKE_C_VISIBILITY_PRESET)
- unset(CMAKE_VISIBILITY_INLINES_HIDDEN)
- if(CMAKE_COMPILER_IS_GNUCXX)
- # HACK
- add_compile_options(-fno-sanitize=all)
- add_link_options(-fno-sanitize=all)
- add_subdirectory(luajit ${system})
- endif()
- endfunction()
-
fm_run_hook(fm-userconfig-external)
function(fm_add_libs)
@@ -297,7 +284,6 @@ if(FLOORMAT_SUBMODULE-DEPENDENCIES)
fm_add_benchmark()
endif()
fm_add_sdl2()
- #fm_add_luajit()
if(MSVC)
add_compile_options(-GR-)
else()
diff --git a/external/luajit b/external/luajit
deleted file mode 160000
-Subproject 0a29d98f56c1efe1c731c3da22e871e6ccb79d2