Unverified Commit 0c15ae41 authored by Georg Koppen's avatar Georg Koppen
Browse files

Correct snowflake related comment

parent a848723c
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -171,7 +171,8 @@ targets:
    var:
      linux: 1
      compiler: gcc
      # We only build snowflake for linux on the alpha and nightly channels for now.
      # We only build snowflake for linux and macOS on the alpha and nightly
      # channels for now.
      snowflake: '[% c("var/alpha") || c("var/nightly") %]'
      fteproxy: 1
      selfrando: '[% c("var/linux-x86_64") && ! c("var/release") %]'
@@ -255,7 +256,8 @@ targets:
      FLAGS: "-target x86_64-apple-darwin11 -B $cctoolsdir -isysroot $sysrootdir"
      LDFLAGS: "-Wl,-syslibroot,$sysrootdir -Wl,-dead_strip -Wl,-pie"
      locale_ja: ja-JP-mac
      # We only build snowflake for linux on the alpha and nightly channels for now.
      # We only build snowflake for linux and macOS on the alpha and nightly
      # channels for now.
      snowflake: '[% c("var/alpha") || c("var/nightly") %]'
      deps:
        - build-essential