Browse Source

Extension fix.

pull/1865/head
Joao Matos 2 years ago
parent
commit
7a77d8f69c
  1. 2
      tests/quickjs/premake5.lua

2
tests/quickjs/premake5.lua

@ -30,4 +30,4 @@ workspace "qjs"
defines { "JS_SHARED_LIBRARY" } defines { "JS_SHARED_LIBRARY" }
filter { "kind:SharedLib", "system:macosx" } filter { "kind:SharedLib", "system:macosx" }
linkoptions { "-undefined dynamic_lookup" } linkoptions { "-undefined dynamic_lookup" }
targetextension ("so") targetextension (".so")

Loading…
Cancel
Save