mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 19:25:35 +08:00
fix unterminated quotes for cmake install prefix
This commit is contained in:
parent
a45ab0987b
commit
16d6ad1c31
@ -277,7 +277,7 @@ local function cmake_build(dep_folder, is_32, extra_defs)
|
||||
return
|
||||
end
|
||||
|
||||
local cmd_install = mycmake.. ' --install "' .. build_dir .. '" --prefix "' .. install_dir
|
||||
local cmd_install = mycmake.. ' --install "' .. build_dir .. '" --prefix "' .. install_dir .. '"'
|
||||
print(cmd_install)
|
||||
local ok = os.execute(cmd_install)
|
||||
if not ok then
|
||||
|
Loading…
Reference in New Issue
Block a user