We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121dca5 commit 2af70e4Copy full SHA for 2af70e4
premake5.lua
@@ -74,7 +74,7 @@ workspace "quickjs"
74
systemversion "latest"
75
76
filter { }
77
- targetdir ".bin/%{cfg.longname}/"
+ targetdir ".bin/%{cfg.buildcfg}/"
78
exceptionhandling "Off"
79
rtti "Off"
80
--vectorextensions "AVX2"
win/premake-vs2019.bat
@@ -1,4 +1,4 @@
1
cd ..
2
premake5 vs2019 --jsx --storage
3
cd .build
4
-start vs2019\quickjs-msvc.sln
+start vs2019\quickjs.sln
0 commit comments