File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
run : |
23
23
COPY /Y build\janet\janetconf.h vendor\janet\src\conf\janetconf.h
24
24
cd build
25
- cmake -G "Visual Studio 16 2019" -A Win32 -T v141_xp -DCMAKE_BUILD_TYPE=MinSizeRel -DBUILD_WITH_ALL=ON -DBUILD_SDL =ON ..
25
+ cmake -G "Visual Studio 16 2019" -A Win32 -T v141_xp -DCMAKE_BUILD_TYPE=MinSizeRel -DBUILD_WITH_ALL=ON -DBUILD_SOKOL =ON ..
26
26
cmake --build . --config MinSizeRel --parallel
27
27
28
28
- name : Deploy
38
38
run : |
39
39
COPY /Y build\janet\janetconf.h vendor\janet\src\conf\janetconf.h
40
40
cd build
41
- cmake -G "Visual Studio 16 2019" -A Win32 -T v141_xp -DCMAKE_BUILD_TYPE=MinSizeRel -DBUILD_PRO=ON -DBUILD_WITH_ALL=ON -DBUILD_SDL =ON ..
41
+ cmake -G "Visual Studio 16 2019" -A Win32 -T v141_xp -DCMAKE_BUILD_TYPE=MinSizeRel -DBUILD_PRO=ON -DBUILD_WITH_ALL=ON -DBUILD_SOKOL =ON ..
42
42
cmake --build . --config MinSizeRel --parallel
43
43
44
44
# === Windows ===
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ if(BUILD_SOKOL)
26
26
target_link_libraries (sokol PRIVATE D3D11 )
27
27
elseif (LINUX )
28
28
target_compile_definitions (sokol PRIVATE SOKOL_GLCORE )
29
- target_link_libraries (sokol PRIVATE x11 xcursor xi gl m dl asound )
29
+ target_link_libraries (sokol PRIVATE X11 Xcursor Xi GL m dl asound )
30
30
elseif (ANDROID )
31
31
target_compile_definitions (sokol PRIVATE SOKOL_GLES3 )
32
32
target_link_libraries (sokol PRIVATE android log aaudio EGL GLESv2 GLESv3 )
You can’t perform that action at this time.
0 commit comments