Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
remove lua dependency, not necessary and breaks macports
Browse files Browse the repository at this point in the history
  • Loading branch information
HeliumAnt committed Dec 20, 2023
1 parent ab0181a commit 70a7142
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/parameters/macports.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

version: "2.8.1"
prefix: "/opt/local"
ports:
Expand All @@ -10,7 +9,6 @@ ports:
- name: lz4
- name: libpng
- name: minizip
- name: lua
- name: luajit
- name: flac
- name: dylibbundler
1 change: 0 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ if host_machine.system() in ['linux','darwin']
dependency('threads'),
dependency('liblz4'),
dependency('libpng'),
dependency(['lua', 'lua54', 'lua5.4','lua-5.4', 'lua53', 'lua-5.3', 'lua5.3','lua52', 'lua5.2', 'lua-5.2', 'lua51', 'lua5.1', 'lua-5.1']),
dependency('tbb'),
dependency('gl')
]
Expand Down

0 comments on commit 70a7142

Please sign in to comment.