Skip to content

Commit 2af70e4

Browse files
author
local
committed
fix: compile error on Windows
1 parent 121dca5 commit 2af70e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

premake5.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ workspace "quickjs"
7474
systemversion "latest"
7575

7676
filter { }
77-
targetdir ".bin/%{cfg.longname}/"
77+
targetdir ".bin/%{cfg.buildcfg}/"
7878
exceptionhandling "Off"
7979
rtti "Off"
8080
--vectorextensions "AVX2"

win/premake-vs2019.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
cd ..
22
premake5 vs2019 --jsx --storage
33
cd .build
4-
start vs2019\quickjs-msvc.sln
4+
start vs2019\quickjs.sln

0 commit comments

Comments
 (0)