mirror of https://github.com/axmolengine/axmol.git
Fix ci
This commit is contained in:
parent
0f21f4d85f
commit
8cbe447974
|
@ -22,7 +22,7 @@
|
|||
THE SOFTWARE.
|
||||
****************************************************************************/
|
||||
|
||||
#if (AX_TARGET_PLATFORM != AX_PLATFORM_WASM)
|
||||
#if !defined(__EMSCRIPTEN__)
|
||||
|
||||
#include "platform/PlatformConfig.h"
|
||||
#include "CurlTest.h"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#ifndef _CURL_TEST_H_
|
||||
#define _CURL_TEST_H_
|
||||
|
||||
#if (AX_TARGET_PLATFORM != AX_PLATFORM_WASM)
|
||||
#if !defined(__EMSCRIPTEN__)
|
||||
|
||||
#include "axmol.h"
|
||||
#include "../BaseTest.h"
|
||||
|
|
Loading…
Reference in New Issue