X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fscripts%2Fcompile_cef_dll_wrapper.sh;h=c819f54c0f00d0f27af218ce9fcee304a646e0b9;hb=47ef247a83504c5516e397d5066417e7e1d9d26d;hp=ee8dbb2408f3760b9322b25bc7f7b106aa721ed0;hpb=76deccd25a089f2a5a21bcc6054c75699cf752c3;p=nageru diff --git a/nageru/scripts/compile_cef_dll_wrapper.sh b/nageru/scripts/compile_cef_dll_wrapper.sh index ee8dbb2..c819f54 100755 --- a/nageru/scripts/compile_cef_dll_wrapper.sh +++ b/nageru/scripts/compile_cef_dll_wrapper.sh @@ -5,10 +5,8 @@ BUILD_DIR="$1" CEF_DIR="$2" CMAKE="$3" OUTPUT="$4" -STAMP="$5" ! [ -d "$BUILD_DIR" ] || rm -r "$BUILD_DIR" mkdir "$BUILD_DIR" ( cd "$BUILD_DIR" && $CMAKE -G Ninja "$CEF_DIR" && ninja libcef_dll_wrapper ) cp "$BUILD_DIR"/libcef_dll_wrapper/libcef_dll_wrapper.a "$OUTPUT" -touch "$STAMP"