Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/check-system
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/check-system')
-rwxr-xr-xscripts/check-system4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/check-system b/scripts/check-system
index 07a3cd8..5880d27 100755
--- a/scripts/check-system
+++ b/scripts/check-system
@@ -262,6 +262,10 @@ checks = \
"checker": "binary",
"packages": { "fedora": "gcc-c++",
"ubuntu": "g++" } },
+ { "check": "yasm",
+ "checker": "binary",
+ "packages": { "fedora": "yasm",
+ "ubuntu": "yasm" } },
{ "check": "flex",
"checker": "binary",
"packages": { "fedora": "flex",