• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javaandroidc++linuxc#windowsobjective-ccocoaqtpython誰得phprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision0a4e4b8df08abd6b4f1a142e170027b61532abb6 (tree)
Zeit2023-02-04 00:27:00
AutorFs <Fsu0413@vip....>
CommiterFs

Log Message

judge before using mariadb step 5

Ändern Zusammenfassung

Diff

--- a/Compile/lib/Configuration.lua
+++ b/Compile/lib/Configuration.lua
@@ -780,8 +780,10 @@ conf.MariaDB.generateConfTable = function(self, host, job)
780780
781781 hostToolchainVersion = compilerVer[hostToolchainVersionQueryFuncName](confHost.makefileTemplate == "win", hostToolchainVersionQueryPath, hostToolchainExecutableName)
782782
783- for _, p in ipairs(confHost.cMakePath[confDetail.useCMake]) do
784- table.insert(ret.path, p)
783+ if confHost.cMakePath and confHost.cMakePath.Latest then
784+ for _, p in ipairs(confHost.cMakePath.Latest) do
785+ table.insert(ret.path, p)
786+ end
785787 end
786788
787789 ret.buildContent = "MariaDB"