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 d61847e commit 153b49bCopy full SHA for 153b49b
premake5.lua
@@ -111,13 +111,13 @@ workspace("qor")
111
"libogg",
112
"libvorbis",
113
"libvorbisfile",
114
- "boost_system-vc141-mt-1_64",
115
- "boost_filesystem-vc141-mt-1_64",
116
- "boost_thread-vc141-mt-1_64",
+ --"boost_system-vc141-mt-1_64",
+ --"boost_filesystem-vc141-mt-1_64",
+ --"boost_thread-vc141-mt-1_64",
117
"python27",
118
- "boost_python-vc141-mt-1_64",
119
- "boost_coroutine-vc141-mt-1_64",
120
- "boost_regex-vc141-mt-1_64",
+ --"boost_python-vc141-mt-1_64",
+ --"boost_coroutine-vc141-mt-1_64",
+ --"boost_regex-vc141-mt-1_64",
121
"lib_json",
122
}
123
0 commit comments