diff options
author | 2021-10-26 10:32:43 +0200 | |
---|---|---|
committer | 2021-10-26 10:32:43 +0200 | |
commit | f317b4d5342eafbee5900ffa685673fdd17f398d (patch) | |
tree | 211e8c3996f9b3704d50dbf3a622b53d541f4b0d /scripts/src/main.lua | |
parent | 60706c1e933d8533232157241a576f96a229380e (diff) |
Remove pnacl remains
Diffstat (limited to 'scripts/src/main.lua')
-rw-r--r-- | scripts/src/main.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua index 992f883f3c8..067cd8ad27a 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -40,15 +40,6 @@ end "GLESv2", "SDL2", } - configuration { "pnacl" } - kind "ConsoleApp" - targetextension ".pexe" - links { - "ppapi", - "ppapi_gles2", - "pthread", - } - configuration { "winstore*" } kind "WindowedApp" |