Skip to content

Commit

Permalink
remove lua deps
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Apr 3, 2024
1 parent 257bbb3 commit 89554d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
add_rules("mode.debug", "mode.release")

add_requires("lua 5.4")

target("foo")
add_rules("module.shared")
add_files("src/foo.cpp")
add_packages("lua")

Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
add_rules("mode.debug", "mode.release")

add_requires("lua 5.4")

target("foo")
add_rules("module.shared")
add_files("src/foo.c")
add_packages("lua")

0 comments on commit 89554d9

Please sign in to comment.