about summary refs log tree commit diff stats
path: root/premake5.lua
diff options
context:
space:
mode:
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/premake5.lua b/premake5.lua
index 193366e..b327395 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -36,9 +36,9 @@ project("Pong")
         trigger = "check_deps",
         description = "Check if you have all the dependencies installed.",
         execute = function()
-            io.write("Pkgconf: ")
+            io.write("pkg-config: ")
             io.flush()
-            Pkgconf_Result = os.executef("which pkgconf")
+            Pkgconf_Result = os.executef("which pkg-config")
             AllGood = true
             if(Pkgconf_Result == nil)
             then