mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-08-23 07:43:48 +02:00
fix duplicate line
This commit is contained in:
parent
39efb03cd2
commit
fc2d4df438
1 changed files with 0 additions and 1 deletions
|
@ -156,7 +156,6 @@ if _OPTIONS["custom-cmake"] then
|
||||||
mycmake = _OPTIONS["custom-cmake"]
|
mycmake = _OPTIONS["custom-cmake"]
|
||||||
print('using custom cmake: ' .. _OPTIONS["custom-cmake"])
|
print('using custom cmake: ' .. _OPTIONS["custom-cmake"])
|
||||||
else
|
else
|
||||||
if os.host() == 'windows' then
|
|
||||||
if os.host() == 'windows' then
|
if os.host() == 'windows' then
|
||||||
mycmake = mycmake .. '.exe'
|
mycmake = mycmake .. '.exe'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue