]> git.sesse.net Git - nageru/blobdiff - nageru/scripts/compile_cef_dll_wrapper.sh
Remove a now-obsolete Meson workaround, which also fixes a warning.
[nageru] / nageru / scripts / compile_cef_dll_wrapper.sh
index ee8dbb2408f3760b9322b25bc7f7b106aa721ed0..c819f54c0f00d0f27af218ce9fcee304a646e0b9 100755 (executable)
@@ -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"