Build with the PNaCl toolchain

This commit is contained in:
Cameron Gutman 2016-02-13 03:35:14 -05:00
parent 4db53bd4ed
commit 999043b4f6
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
VALID_TOOLCHAINS := newlib pnacl
VALID_TOOLCHAINS := pnacl
TARGET = moonlight-chrome

View File

@ -5,13 +5,13 @@
<meta http-equiv="Expires" content="-1">
<title>Moonlight</title>
</head>
<body data-name="moonlight" data-tools="pnacl newlib glibc clang-newlib mac" data-configs="Debug Release" data-path="{tc}/{config}">
<body data-name="moonlight" data-tools="pnacl" data-configs="Debug Release" data-path="{tc}/{config}">
<div id="listener">
<embed id="moonlight"
width=0 height=0
src="newlib/Release/moonlight-chrome.nmf"
type="application/x-nacl" />
src="pnacl/Release/moonlight-chrome.nmf"
type="application/x-pnacl" />
</div>
</body>
</html>