Skip to content

Commit

Permalink
build: fix lib path
Browse files Browse the repository at this point in the history
  • Loading branch information
futrime committed Jan 25, 2024
1 parent 8ffca8a commit 929cc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ package("scriptx")
}

os.cp("include/scriptx/*", package:installdir("include"))
os.cp("scriptx_" .. scriptx_backends[backend] .. ".lib", package:installdir("lib"))
os.cp("lib/scriptx_" .. scriptx_backends[backend] .. ".lib", package:installdir("lib"))
end)

on_load(function (package)
Expand Down

0 comments on commit 929cc00

Please sign in to comment.