mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-18 00:56:38 +00:00
Build with the PNaCl toolchain
This commit is contained in:
parent
4db53bd4ed
commit
999043b4f6
2
Makefile
2
Makefile
@ -1,4 +1,4 @@
|
|||||||
VALID_TOOLCHAINS := newlib pnacl
|
VALID_TOOLCHAINS := pnacl
|
||||||
|
|
||||||
TARGET = moonlight-chrome
|
TARGET = moonlight-chrome
|
||||||
|
|
||||||
|
@ -5,13 +5,13 @@
|
|||||||
<meta http-equiv="Expires" content="-1">
|
<meta http-equiv="Expires" content="-1">
|
||||||
<title>Moonlight</title>
|
<title>Moonlight</title>
|
||||||
</head>
|
</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">
|
<div id="listener">
|
||||||
<embed id="moonlight"
|
<embed id="moonlight"
|
||||||
width=0 height=0
|
width=0 height=0
|
||||||
src="newlib/Release/moonlight-chrome.nmf"
|
src="pnacl/Release/moonlight-chrome.nmf"
|
||||||
type="application/x-nacl" />
|
type="application/x-pnacl" />
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user